class Moodle::EventsByTimesortArgs

Included Modules

Defined in:

laf-client/moodle-models.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(limitnum : UInt32, timesortfrom : Time, timesortto : Time | Nil = Nil, limittononsuspendedevents : Bool = true) #

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

[View source]

Instance Method Detail

def limitnum : UInt32 #

[View source]
def limitnum=(limitnum : UInt32) #

[View source]
def limittononsuspendedevents : Bool #

[View source]
def limittononsuspendedevents=(limittononsuspendedevents : Bool) #

[View source]
def timesortfrom : Time #

[View source]
def timesortfrom=(timesortfrom : Time) #

[View source]
def timesortto : Time | Nil #

[View source]
def timesortto=(timesortto : Time | Nil) #

[View source]