Class: Peddler::APIs::ListingsItems20210801::ListingsItemPutRequest
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::ListingsItems20210801::ListingsItemPutRequest
- Defined in:
- sig/peddler/apis/listings_items_2021_08_01.rbs
Instance Attribute Summary collapse
-
#attributes ⇒ Hash[untyped, untyped]
readonly
Returns the value of attribute attributes.
-
#product_type ⇒ String
readonly
Returns the value of attribute product_type.
-
#requirements ⇒ String?
readonly
Returns the value of attribute requirements.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :attributes, :product_type, :requirements ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::ListingsItems20210801::ListingsItemPutRequest
Instance Method Summary collapse
-
#members ⇒ [ :attributes, :product_type, :requirements ]
-
#to_h ⇒ { attributes: Hash[untyped, untyped], product_type: String, requirements: String? }
Instance Attribute Details
#attributes ⇒ Hash[untyped, untyped] (readonly)
Returns the value of attribute attributes.
402 403 404 |
# File 'sig/peddler/apis/listings_items_2021_08_01.rbs', line 402 def attributes @attributes end |
#product_type ⇒ String (readonly)
Returns the value of attribute product_type.
403 404 405 |
# File 'sig/peddler/apis/listings_items_2021_08_01.rbs', line 403 def product_type @product_type end |
#requirements ⇒ String? (readonly)
Returns the value of attribute requirements.
404 405 406 |
# File 'sig/peddler/apis/listings_items_2021_08_01.rbs', line 404 def requirements @requirements end |
Class Method Details
.[](attributes:, product_type:, requirements:) ⇒ Peddler::APIs::ListingsItems20210801::ListingsItemPutRequest .[](arg0, arg1, arg2) ⇒ Peddler::APIs::ListingsItems20210801::ListingsItemPutRequest
395 396 |
# File 'sig/peddler/apis/listings_items_2021_08_01.rbs', line 395
def self.[]: (attributes: Hash[untyped, untyped], product_type: String, ?requirements: String?) -> Peddler::APIs::ListingsItems20210801::ListingsItemPutRequest
| (Hash[untyped, untyped], String, String?) -> Peddler::APIs::ListingsItems20210801::ListingsItemPutRequest
|
.members ⇒ [ :attributes, :product_type, :requirements ]
398 |
# File 'sig/peddler/apis/listings_items_2021_08_01.rbs', line 398
def self.members: () -> [ :attributes, :product_type, :requirements ]
|
.new(attributes:, product_type:, requirements:) ⇒ Peddler::APIs::ListingsItems20210801::ListingsItemPutRequest .new(arg0, arg1, arg2) ⇒ Peddler::APIs::ListingsItems20210801::ListingsItemPutRequest
393 394 |
# File 'sig/peddler/apis/listings_items_2021_08_01.rbs', line 393
def self.new: (attributes: Hash[untyped, untyped], product_type: String, ?requirements: String?) -> Peddler::APIs::ListingsItems20210801::ListingsItemPutRequest
| (Hash[untyped, untyped], String, String?) -> Peddler::APIs::ListingsItems20210801::ListingsItemPutRequest
|
.parse ⇒ Peddler::APIs::ListingsItems20210801::ListingsItemPutRequest
400 |
# File 'sig/peddler/apis/listings_items_2021_08_01.rbs', line 400
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::ListingsItems20210801::ListingsItemPutRequest
|
Instance Method Details
#members ⇒ [ :attributes, :product_type, :requirements ]
406 |
# File 'sig/peddler/apis/listings_items_2021_08_01.rbs', line 406
def members: () -> [ :attributes, :product_type, :requirements ]
|
#to_h ⇒ { attributes: Hash[untyped, untyped], product_type: String, requirements: String? }
407 |
# File 'sig/peddler/apis/listings_items_2021_08_01.rbs', line 407
def to_h: () -> { attributes: Hash[untyped, untyped], product_type: String, requirements: String? }
|