class YandexDostavkaApi::Entity::Address

Included Modules

Defined in:

yandex_dostavka_api/entities/address.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(fullname : String, coordinates : Array(Float64)) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def building : String | Nil #

def building=(building : String | Nil) #

def city : String | Nil #

def city=(city : String | Nil) #

def comment : String | Nil #

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

[View source]
def coordinates : Array(Float64) #

[View source]
def coordinates=(coordinates : Array(Float64)) #

[View source]
def country : String | Nil #

def country=(country : String | Nil) #

def description : String | Nil #

def description=(description : String | Nil) #

def fullname : String #

[View source]
def fullname=(fullname : String) #

[View source]
def shortname : String | Nil #

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

[View source]
def street : String | Nil #

def street=(street : String | Nil) #

def uri : String | Nil #

def uri=(uri : String | Nil) #