class YandexDostavkaApi::Entity::SupportedRequirement

Included Modules

Defined in:

yandex_dostavka_api/entities/supported_requirement.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def name : String #

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

[View source]
def options : Array(RequirementOption) #

[View source]
def options=(options : Array(RequirementOption)) #

[View source]
def required : Bool #

[View source]
def required=(required : Bool) #

[View source]
def text : String #

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

[View source]
def title : String #

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

[View source]
def type : SupportedType #

[View source]
def type=(type : SupportedType) #

[View source]