Class: Peddler::APIs::ListingsItems20200901::ListingsItemPutRequest
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::ListingsItems20200901::ListingsItemPutRequest
- Defined in:
- sig/peddler/apis/listings_items_2020_09_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::ListingsItems20200901::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.
84 85 86 |
# File 'sig/peddler/apis/listings_items_2020_09_01.rbs', line 84 def attributes @attributes end |
#product_type ⇒ String (readonly)
Returns the value of attribute product_type.
85 86 87 |
# File 'sig/peddler/apis/listings_items_2020_09_01.rbs', line 85 def product_type @product_type end |
#requirements ⇒ String? (readonly)
Returns the value of attribute requirements.
86 87 88 |
# File 'sig/peddler/apis/listings_items_2020_09_01.rbs', line 86 def requirements @requirements end |
Class Method Details
.[](attributes:, product_type:, requirements:) ⇒ Peddler::APIs::ListingsItems20200901::ListingsItemPutRequest .[](arg0, arg1, arg2) ⇒ Peddler::APIs::ListingsItems20200901::ListingsItemPutRequest
77 78 |
# File 'sig/peddler/apis/listings_items_2020_09_01.rbs', line 77
def self.[]: (attributes: Hash[untyped, untyped], product_type: String, ?requirements: String?) -> Peddler::APIs::ListingsItems20200901::ListingsItemPutRequest
| (Hash[untyped, untyped], String, String?) -> Peddler::APIs::ListingsItems20200901::ListingsItemPutRequest
|
.members ⇒ [ :attributes, :product_type, :requirements ]
80 |
# File 'sig/peddler/apis/listings_items_2020_09_01.rbs', line 80
def self.members: () -> [ :attributes, :product_type, :requirements ]
|
.new(attributes:, product_type:, requirements:) ⇒ Peddler::APIs::ListingsItems20200901::ListingsItemPutRequest .new(arg0, arg1, arg2) ⇒ Peddler::APIs::ListingsItems20200901::ListingsItemPutRequest
75 76 |
# File 'sig/peddler/apis/listings_items_2020_09_01.rbs', line 75
def self.new: (attributes: Hash[untyped, untyped], product_type: String, ?requirements: String?) -> Peddler::APIs::ListingsItems20200901::ListingsItemPutRequest
| (Hash[untyped, untyped], String, String?) -> Peddler::APIs::ListingsItems20200901::ListingsItemPutRequest
|
.parse ⇒ Peddler::APIs::ListingsItems20200901::ListingsItemPutRequest
82 |
# File 'sig/peddler/apis/listings_items_2020_09_01.rbs', line 82
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::ListingsItems20200901::ListingsItemPutRequest
|
Instance Method Details
#members ⇒ [ :attributes, :product_type, :requirements ]
88 |
# File 'sig/peddler/apis/listings_items_2020_09_01.rbs', line 88
def members: () -> [ :attributes, :product_type, :requirements ]
|
#to_h ⇒ { attributes: Hash[untyped, untyped], product_type: String, requirements: String? }
89 |
# File 'sig/peddler/apis/listings_items_2020_09_01.rbs', line 89
def to_h: () -> { attributes: Hash[untyped, untyped], product_type: String, requirements: String? }
|