class Bright::Models::Location

Included Modules

Defined in:

bright/models/location.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def booking_desk_periods : DeskPeriod | Nil #

[View source]
def booking_desk_periods=(booking_desk_periods : DeskPeriod | Nil) #

[View source]
def booking_parking_periods : ParkingPeriod | Nil #

[View source]
def booking_parking_periods=(booking_parking_periods : ParkingPeriod | Nil) #

[View source]
def full_path : String | Nil #

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

[View source]
def iana_time_zone : String | Nil #

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

[View source]
def id : String | Nil #

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

[View source]
def image_id : String | Nil #

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

[View source]
def level : Int64 | Nil #

[View source]
def level=(level : Int64 | Nil) #

[View source]
def name : String | Nil #

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

[View source]
def name_indented : String | Nil #

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

[View source]
def old_id : Int64 | Nil #

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

[View source]
def order : Int64 | Nil #

[View source]
def order=(order : Int64 | Nil) #

[View source]
def parent_id : String | Nil #

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

[View source]
def visitor_kiosk_enabled : Bool | Nil #

[View source]
def visitor_kiosk_enabled=(visitor_kiosk_enabled : Bool | Nil) #

[View source]