class Moodle::Event

Included Modules

Defined in:

laf-client/moodle-models.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def action : Moodle::EventAction #

[View source]
def action=(action : Moodle::EventAction) #

[View source]
def candelete : Bool #

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

[View source]
def canedit : Bool #

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

[View source]
def course : Moodle::Course #

[View source]
def course=(course : Moodle::Course) #

[View source]
def deleteurl : String #

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

[View source]
def description : String #

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

[View source]
def editurl : String #

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

[View source]
def eventtype : String #

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

[View source]
def formattedtime : String #

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

[View source]
def isactionevent : Bool #

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

[View source]
def iscategoryevent : Bool #

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

[View source]
def iscourseevent : Bool #

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

[View source]
def name : String #

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

[View source]
def timeduration : Time #

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

[View source]
def timemodified : Time #

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

[View source]
def timesort : Time #

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

[View source]
def timestart : Time #

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

[View source]
def url : String #

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

[View source]
def viewurl : String #

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

[View source]