Class: Peddler::APIs::ProductPricingV0::ListingOffersRequest
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::ProductPricingV0::ListingOffersRequest
- 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::ListingOffersRequest
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.
483 484 485 |
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 483 def customer_type @customer_type end |
#headers ⇒ Hash[untyped, untyped]? (readonly)
Returns the value of attribute headers.
484 485 486 |
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 484 def headers @headers end |
#item_condition ⇒ String (readonly)
Returns the value of attribute item_condition.
485 486 487 |
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 485 def item_condition @item_condition end |
#marketplace_id ⇒ String (readonly)
Returns the value of attribute marketplace_id.
486 487 488 |
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 486 def marketplace_id @marketplace_id end |
#method ⇒ String (readonly)
Returns the value of attribute method.
487 488 489 |
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 487 def method @method end |
#uri ⇒ String (readonly)
Returns the value of attribute uri.
488 489 490 |
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 488 def uri @uri end |
Class Method Details
.[](item_condition:, marketplace_id:, method:, uri:, customer_type:, headers:) ⇒ Peddler::APIs::ProductPricingV0::ListingOffersRequest .[](arg0, arg1, arg2, arg3, arg4, arg5) ⇒ Peddler::APIs::ProductPricingV0::ListingOffersRequest
476 477 |
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 476
def self.[]: (item_condition: String, marketplace_id: String, method: String, uri: String, ?customer_type: String?, ?headers: Hash[untyped, untyped]?) -> Peddler::APIs::ProductPricingV0::ListingOffersRequest
| (String, String, String, String, String?, Hash[untyped, untyped]?) -> Peddler::APIs::ProductPricingV0::ListingOffersRequest
|
.members ⇒ [ :item_condition, :marketplace_id, :method, :uri, :customer_type, :headers ]
479 |
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 479
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::ListingOffersRequest .new(arg0, arg1, arg2, arg3, arg4, arg5) ⇒ Peddler::APIs::ProductPricingV0::ListingOffersRequest
474 475 |
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 474
def self.new: (item_condition: String, marketplace_id: String, method: String, uri: String, ?customer_type: String?, ?headers: Hash[untyped, untyped]?) -> Peddler::APIs::ProductPricingV0::ListingOffersRequest
| (String, String, String, String, String?, Hash[untyped, untyped]?) -> Peddler::APIs::ProductPricingV0::ListingOffersRequest
|
.parse ⇒ Peddler::APIs::ProductPricingV0::ListingOffersRequest
481 |
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 481
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::ProductPricingV0::ListingOffersRequest
|
Instance Method Details
#members ⇒ [ :item_condition, :marketplace_id, :method, :uri, :customer_type, :headers ]
490 |
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 490
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]? }
491 |
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 491
def to_h: () -> { item_condition: String, marketplace_id: String, method: String, uri: String, customer_type: String?, headers: Hash[untyped, untyped]? }
|