class Moodle::Course

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 coursecategory : String #

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

[View source]
def enddate : Time #

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

[View source]
def fullname : String #

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

[View source]
def hidden : Bool #

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

[View source]
def shortname : String #

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

[View source]
def startdate : Time #

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

[View source]
def summary : String #

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

[View source]
def viewurl : String #

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

[View source]
def visible : Bool #

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

[View source]