class DiadocApi::Entity::GarAddress

Included Modules

Defined in:

diadoc_api/entities/address.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def city : City | Nil #

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

[View source]
def division_type : String #

def division_type=(division_type : String) #

def fias_id : String #

def fias_id=(fias_id : String) #

def garhouse : Garhouse | Nil #

[View source]
def garhouse=(garhouse : Garhouse | Nil) #

[View source]
def municipal_district : MunicipalDistrict | Nil #

[View source]
def municipal_district=(municipal_district : MunicipalDistrict | Nil) #

[View source]
def region_code : String #

def region_code=(region_code : String) #

def room_within_building : RoomWithinBuilding | Nil #

[View source]
def room_within_building=(room_within_building : RoomWithinBuilding | Nil) #

[View source]
def settlement : Settlement | Nil #

[View source]
def settlement=(settlement : Settlement | Nil) #

[View source]
def street : Street | Nil #

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

[View source]
def zip_code : String | Nil #

def zip_code=(zip_code : String | Nil) #