class DiadocApi::Entity::RussianAddress

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 apartment : String | Nil #

def apartment=(apartment : String | Nil) #

def block : String | Nil #

def block=(block : String | Nil) #

def building : String | Nil #

def building=(building : String | Nil) #

def city : String | Nil #

def city=(city : String | Nil) #

def locality : String | Nil #

def locality=(locality : String | Nil) #

def region : String #

def region=(region : String) #

def street : String | Nil #

def street=(street : String | Nil) #

def territory : String | Nil #

def territory=(territory : String | Nil) #

def zip_code : String | Nil #

def zip_code=(zip_code : String | Nil) #