class Api42::CampusUser

Included Modules

Defined in:

interfaces/campus.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def campus_id : UInt64 #

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

[View source]
def id : UInt64 #

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

[View source]
def is_primary : Bool #

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

[View source]
def user_id : UInt64 #

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

[View source]