struct OfficeRnd::Office

Defined in:

office_rnd/models.cr

Constructors

Instance Method Summary

Constructor methods inherited from struct OfficeRnd::Data

new(pull : JSON::PullParser) new

Constructor Detail

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

[View source]

Instance Method Detail

def address : String | Nil #

[View source]
def city : String | Nil #

[View source]
def country : String | Nil #

[View source]
def id : String #

[View source]
def image : String | Nil #

[View source]
def is_open : Bool | Nil #

[View source]
def name : String #

[View source]
def state : String | Nil #

[View source]
def timezone : String | Nil #

[View source]