Class: Peddler::APIs::ProductPricingV0::ItemOffersRequest
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::ProductPricingV0::ItemOffersRequest
- Defined in:
- sig/peddler/apis/product_pricing_v0.rbs
Instance Attribute Summary collapse
-
#customer_type ⇒ String?
readonly
Returns the value of attribute customer_type.
-
#headers ⇒ Hash[untyped, untyped]?
readonly
Returns the value of attribute headers.
-
#item_condition ⇒ String
readonly
Returns the value of attribute item_condition.
-
#marketplace_id ⇒ String
readonly
Returns the value of attribute marketplace_id.
-
#method ⇒ String
readonly
Returns the value of attribute method.
-
#uri ⇒ String
readonly
Returns the value of attribute uri.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :item_condition, :marketplace_id, :method, :uri, :customer_type, :headers ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::ProductPricingV0::ItemOffersRequest
Instance Method Summary collapse
-
#members ⇒ [ :item_condition, :marketplace_id, :method, :uri, :customer_type, :headers ]
-
#to_h ⇒ { item_condition: String, marketplace_id: String, method: String, uri: String, customer_type: String?, headers: Hash[untyped, untyped]? }
Instance Attribute Details
#customer_type ⇒ String? (readonly)
Returns the value of attribute customer_type.
416 417 418 |
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 416 def customer_type @customer_type end |
#headers ⇒ Hash[untyped, untyped]? (readonly)
Returns the value of attribute headers.
417 418 419 |
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 417 def headers @headers end |
#item_condition ⇒ String (readonly)
Returns the value of attribute item_condition.
418 419 420 |
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 418 def item_condition @item_condition end |
#marketplace_id ⇒ String (readonly)
Returns the value of attribute marketplace_id.
419 420 421 |
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 419 def marketplace_id @marketplace_id end |
#method ⇒ String (readonly)
Returns the value of attribute method.
420 421 422 |
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 420 def method @method end |
#uri ⇒ String (readonly)
Returns the value of attribute uri.
421 422 423 |
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 421 def uri @uri end |
Class Method Details
.[](item_condition:, marketplace_id:, method:, uri:, customer_type:, headers:) ⇒ Peddler::APIs::ProductPricingV0::ItemOffersRequest .[](arg0, arg1, arg2, arg3, arg4, arg5) ⇒ Peddler::APIs::ProductPricingV0::ItemOffersRequest
409 410 |
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 409
def self.[]: (item_condition: String, marketplace_id: String, method: String, uri: String, ?customer_type: String?, ?headers: Hash[untyped, untyped]?) -> Peddler::APIs::ProductPricingV0::ItemOffersRequest
| (String, String, String, String, String?, Hash[untyped, untyped]?) -> Peddler::APIs::ProductPricingV0::ItemOffersRequest
|
.members ⇒ [ :item_condition, :marketplace_id, :method, :uri, :customer_type, :headers ]
412 |
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 412
def self.members: () -> [ :item_condition, :marketplace_id, :method, :uri, :customer_type, :headers ]
|
.new(item_condition:, marketplace_id:, method:, uri:, customer_type:, headers:) ⇒ Peddler::APIs::ProductPricingV0::ItemOffersRequest .new(arg0, arg1, arg2, arg3, arg4, arg5) ⇒ Peddler::APIs::ProductPricingV0::ItemOffersRequest
407 408 |
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 407
def self.new: (item_condition: String, marketplace_id: String, method: String, uri: String, ?customer_type: String?, ?headers: Hash[untyped, untyped]?) -> Peddler::APIs::ProductPricingV0::ItemOffersRequest
| (String, String, String, String, String?, Hash[untyped, untyped]?) -> Peddler::APIs::ProductPricingV0::ItemOffersRequest
|
.parse ⇒ Peddler::APIs::ProductPricingV0::ItemOffersRequest
414 |
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 414
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::ProductPricingV0::ItemOffersRequest
|
Instance Method Details
#members ⇒ [ :item_condition, :marketplace_id, :method, :uri, :customer_type, :headers ]
423 |
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 423
def members: () -> [ :item_condition, :marketplace_id, :method, :uri, :customer_type, :headers ]
|
#to_h ⇒ { item_condition: String, marketplace_id: String, method: String, uri: String, customer_type: String?, headers: Hash[untyped, untyped]? }
424 |
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 424
def to_h: () -> { item_condition: String, marketplace_id: String, method: String, uri: String, customer_type: String?, headers: Hash[untyped, untyped]? }
|