class Moodle::Event
- Moodle::Event
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
laf-client/moodle-models.crConstructors
Instance Method Summary
- #action : Moodle::EventAction
- #action=(action : Moodle::EventAction)
- #candelete : Bool
- #candelete=(candelete : Bool)
- #canedit : Bool
- #canedit=(canedit : Bool)
- #course : Moodle::Course
- #course=(course : Moodle::Course)
- #deleteurl : String
- #deleteurl=(deleteurl : String)
- #description : String
- #description=(description : String)
- #editurl : String
- #editurl=(editurl : String)
- #eventtype : String
- #eventtype=(eventtype : String)
- #formattedtime : String
- #formattedtime=(formattedtime : String)
- #isactionevent : Bool
- #isactionevent=(isactionevent : Bool)
- #iscategoryevent : Bool
- #iscategoryevent=(iscategoryevent : Bool)
- #iscourseevent : Bool
- #iscourseevent=(iscourseevent : Bool)
- #name : String
- #name=(name : String)
- #timeduration : Time
- #timeduration=(timeduration : Time)
- #timemodified : Time
- #timemodified=(timemodified : Time)
- #timesort : Time
- #timesort=(timesort : Time)
- #timestart : Time
- #timestart=(timestart : Time)
- #url : String
- #url=(url : String)
- #viewurl : String
- #viewurl=(viewurl : String)