Class: Peddler::APIs::ListingsItems20210801::ListingsItemPatchRequest
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::ListingsItems20210801::ListingsItemPatchRequest
- Defined in:
- sig/peddler/apis/listings_items_2021_08_01.rbs
Instance Attribute Summary collapse
-
#patches ⇒ Array[Peddler::APIs::ListingsItems20210801::PatchOperation]
readonly
Returns the value of attribute patches.
-
#product_type ⇒ String
readonly
Returns the value of attribute product_type.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :patches, :product_type ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::ListingsItems20210801::ListingsItemPatchRequest
Instance Method Summary collapse
-
#members ⇒ [ :patches, :product_type ]
-
#to_h ⇒ { patches: Array[Peddler::APIs::ListingsItems20210801::PatchOperation], product_type: String }
Instance Attribute Details
#patches ⇒ Array[Peddler::APIs::ListingsItems20210801::PatchOperation] (readonly)
Returns the value of attribute patches.
386 387 388 |
# File 'sig/peddler/apis/listings_items_2021_08_01.rbs', line 386 def patches @patches end |
#product_type ⇒ String (readonly)
Returns the value of attribute product_type.
387 388 389 |
# File 'sig/peddler/apis/listings_items_2021_08_01.rbs', line 387 def product_type @product_type end |
Class Method Details
.[](patches:, product_type:) ⇒ Peddler::APIs::ListingsItems20210801::ListingsItemPatchRequest .[](arg0, arg1) ⇒ Peddler::APIs::ListingsItems20210801::ListingsItemPatchRequest
379 380 |
# File 'sig/peddler/apis/listings_items_2021_08_01.rbs', line 379
def self.[]: (patches: Array[Peddler::APIs::ListingsItems20210801::PatchOperation], product_type: String) -> Peddler::APIs::ListingsItems20210801::ListingsItemPatchRequest
| (Array[Peddler::APIs::ListingsItems20210801::PatchOperation], String) -> Peddler::APIs::ListingsItems20210801::ListingsItemPatchRequest
|
.members ⇒ [ :patches, :product_type ]
382 |
# File 'sig/peddler/apis/listings_items_2021_08_01.rbs', line 382
def self.members: () -> [ :patches, :product_type ]
|
.new(patches:, product_type:) ⇒ Peddler::APIs::ListingsItems20210801::ListingsItemPatchRequest .new(arg0, arg1) ⇒ Peddler::APIs::ListingsItems20210801::ListingsItemPatchRequest
377 378 |
# File 'sig/peddler/apis/listings_items_2021_08_01.rbs', line 377
def self.new: (patches: Array[Peddler::APIs::ListingsItems20210801::PatchOperation], product_type: String) -> Peddler::APIs::ListingsItems20210801::ListingsItemPatchRequest
| (Array[Peddler::APIs::ListingsItems20210801::PatchOperation], String) -> Peddler::APIs::ListingsItems20210801::ListingsItemPatchRequest
|
.parse ⇒ Peddler::APIs::ListingsItems20210801::ListingsItemPatchRequest
384 |
# File 'sig/peddler/apis/listings_items_2021_08_01.rbs', line 384
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::ListingsItems20210801::ListingsItemPatchRequest
|
Instance Method Details
#members ⇒ [ :patches, :product_type ]
389 |
# File 'sig/peddler/apis/listings_items_2021_08_01.rbs', line 389
def members: () -> [ :patches, :product_type ]
|
#to_h ⇒ { patches: Array[Peddler::APIs::ListingsItems20210801::PatchOperation], product_type: String }
390 |
# File 'sig/peddler/apis/listings_items_2021_08_01.rbs', line 390
def to_h: () -> { patches: Array[Peddler::APIs::ListingsItems20210801::PatchOperation], product_type: String }
|