class Office365::PhysicalAddress

Included Modules

Defined in:

models/physical_address.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def city : String | Nil #

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

[View source]
def country_or_region : String | Nil #

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

[View source]
def postal_code : String | Nil #

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

[View source]
def state : String | Nil #

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

[View source]
def street : String | Nil #

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

[View source]