class YandexDostavkaApi::Entity::Contact

Included Modules

Defined in:

yandex_dostavka_api/entities/contact.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(name : String, phone : String, email : String | Nil = nil) #

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

[View source]

Instance Method Detail

def email : String | Nil #

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

[View source]
def name : String #

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

[View source]
def phone : String #

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

[View source]