class Moodle::Req(T)

Included Modules

Defined in:

laf-client/moodle-models.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(methodname : String, args : T, index : Int32 = 0) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def args : T #

[View source]
def args=(args : T) #

[View source]
def index #

[View source]
def index=(index : Int32) #

[View source]
def methodname : String #

[View source]
def methodname=(methodname : String) #

[View source]