class Bright::Models::Organizer

Included Modules

Defined in:

bright/models/organizer.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def email_address : String | Nil #

[View source]
def email_address=(email_address : String | Nil) #

[View source]
def id : String | Nil #

[View source]
def id=(id : String | Nil) #

[View source]
def name : String | Nil #

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

[View source]
def old_id : Int32 | Nil #

[View source]
def old_id=(old_id : Int32 | Nil) #

[View source]