struct Stuff::Zone

Included Modules

Extended Modules

Defined in:

stuff/stuff.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def capacity : Int32 #

[View source]
def capacity=(capacity : Int32) #

[View source]
def code : String | Nil #

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

[View source]
def count : Int32 #

[View source]
def count=(count : Int32) #

[View source]
def description : String #

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

[View source]
def display_name : String | Nil #

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

[View source]
def id : String #

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

[View source]
def location : String | Nil #

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

[View source]
def map_id : String | Nil #

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

[View source]
def name : String #

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

[View source]
def parent_id : String | Nil #

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

[View source]
def tags : Set(String) #

[View source]
def tags=(tags : Set(String)) #

[View source]
def time_location! : Time::Location #

[View source]
def time_location? : Time::Location | Nil #

[View source]
def timezone : String | Nil #

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

[View source]
def type : String | Nil #

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

[View source]