class TwentyFiveLivePro::Models::Organization

Included Modules

Defined in:

twenty-five-live-pro/models/organization.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def etag : String #

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

[View source]
def id : Int64 #

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

[View source]
def kind : String #

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

[View source]
def organization_categories : Array(Category) | Nil #

[View source]
def organization_categories=(organization_categories : Array(Category) | Nil) #

[View source]
def organization_formal_name : String | Nil #

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

[View source]
def organization_name : String #

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

[View source]
def organization_type : Int64 #

[View source]
def organization_type=(organization_type : Int64) #

[View source]
def updated : String #

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

[View source]