Service.Method

Undocumented in source.

Constructors

this
this(string name, string documentation, string requestType, string responseType)
Undocumented in source.

Members

Functions

toString
void toString(void delegate(const(char)[]) sink, FormatSpec!char fmt)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

documentation
string documentation;
Undocumented in source.
name
string name;
Undocumented in source.
options
Options options;
Undocumented in source.
requestType
string requestType;
Undocumented in source.
responseType
string responseType;
Undocumented in source.

Meta