class Moodle::EventsByTimesortArgs
- Moodle::EventsByTimesortArgs
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
laf-client/moodle-models.crConstructors
- .new(limitnum : UInt32, timesortfrom : Time, timesortto : Time | Nil = Nil, limittononsuspendedevents : Bool = true)
- .new(pull : JSON::PullParser)
Instance Method Summary
- #limitnum : UInt32
- #limitnum=(limitnum : UInt32)
- #limittononsuspendedevents : Bool
- #limittononsuspendedevents=(limittononsuspendedevents : Bool)
- #timesortfrom : Time
- #timesortfrom=(timesortfrom : Time)
- #timesortto : Time | Nil
- #timesortto=(timesortto : Time | Nil)
Constructor Detail
def self.new(limitnum : UInt32, timesortfrom : Time, timesortto : Time | Nil = Nil, limittononsuspendedevents : Bool = true)
#