IModel

Base class for all models. Provides a simple interface definition and some utility constructor code.

Constructors

this
this(Client client, JSON obj)
Undocumented in source.

Members

Functions

init
void init()
Undocumented in source. Be warned that the author may not have intended to support it.
load
void load(JSON obj)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

client
Client client;
Undocumented in source.

Meta