class YandexDostavkaApi::Entity::RequirementOption

Included Modules

Defined in:

yandex_dostavka_api/entities/requirement_option.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def text : String #

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

[View source]
def title : String #

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

[View source]
def value : Int32 | String #

[View source]
def value=(value : Int32 | String) #

[View source]