class Api42::Cursus

Included Modules

Defined in:

interfaces/cursus.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def created_at : String #

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

[View source]
def id : UInt64 #

[View source]
def id=(id : UInt64) #

[View source]
def name : String #

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

[View source]
def slug : String #

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

[View source]