Class: Peddler::APIs::ProductPricing20220501::FeaturedOfferExpectedPriceRequest
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::ProductPricing20220501::FeaturedOfferExpectedPriceRequest
- Defined in:
- sig/peddler/apis/product_pricing_2022_05_01.rbs
Instance Attribute Summary collapse
-
#body ⇒ Hash[untyped, untyped]?
readonly
Returns the value of attribute body.
-
#headers ⇒ Hash[untyped, untyped]?
readonly
Returns the value of attribute headers.
-
#marketplace_id ⇒ String
readonly
Returns the value of attribute marketplace_id.
-
#method ⇒ String
readonly
Returns the value of attribute method.
-
#segment ⇒ Peddler::APIs::ProductPricing20220501::Segment?
readonly
Returns the value of attribute segment.
-
#sku ⇒ String
readonly
Returns the value of attribute sku.
-
#uri ⇒ String
readonly
Returns the value of attribute uri.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :marketplace_id, :method, :sku, :uri, :body, :headers, :segment ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::ProductPricing20220501::FeaturedOfferExpectedPriceRequest
Instance Method Summary collapse
-
#members ⇒ [ :marketplace_id, :method, :sku, :uri, :body, :headers, :segment ]
-
#to_h ⇒ { marketplace_id: String, method: String, sku: String, uri: String, body: Hash[untyped, untyped]?, headers: Hash[untyped, untyped]?, segment: Peddler::APIs::ProductPricing20220501::Segment? }
Instance Attribute Details
#body ⇒ Hash[untyped, untyped]? (readonly)
Returns the value of attribute body.
257 258 259 |
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 257 def body @body end |
#headers ⇒ Hash[untyped, untyped]? (readonly)
Returns the value of attribute headers.
258 259 260 |
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 258 def headers @headers end |
#marketplace_id ⇒ String (readonly)
Returns the value of attribute marketplace_id.
259 260 261 |
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 259 def marketplace_id @marketplace_id end |
#method ⇒ String (readonly)
Returns the value of attribute method.
260 261 262 |
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 260 def method @method end |
#segment ⇒ Peddler::APIs::ProductPricing20220501::Segment? (readonly)
Returns the value of attribute segment.
261 262 263 |
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 261 def segment @segment end |
#sku ⇒ String (readonly)
Returns the value of attribute sku.
262 263 264 |
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 262 def sku @sku end |
#uri ⇒ String (readonly)
Returns the value of attribute uri.
263 264 265 |
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 263 def uri @uri end |
Class Method Details
.[](marketplace_id:, method:, sku:, uri:, body:, headers:, segment:) ⇒ Peddler::APIs::ProductPricing20220501::FeaturedOfferExpectedPriceRequest .[](arg0, arg1, arg2, arg3, arg4, arg5, arg6) ⇒ Peddler::APIs::ProductPricing20220501::FeaturedOfferExpectedPriceRequest
250 251 |
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 250
def self.[]: (marketplace_id: String, method: String, sku: String, uri: String, ?body: Hash[untyped, untyped]?, ?headers: Hash[untyped, untyped]?, ?segment: Peddler::APIs::ProductPricing20220501::Segment?) -> Peddler::APIs::ProductPricing20220501::FeaturedOfferExpectedPriceRequest
| (String, String, String, String, Hash[untyped, untyped]?, Hash[untyped, untyped]?, Peddler::APIs::ProductPricing20220501::Segment?) -> Peddler::APIs::ProductPricing20220501::FeaturedOfferExpectedPriceRequest
|
.members ⇒ [ :marketplace_id, :method, :sku, :uri, :body, :headers, :segment ]
253 |
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 253
def self.members: () -> [ :marketplace_id, :method, :sku, :uri, :body, :headers, :segment ]
|
.new(marketplace_id:, method:, sku:, uri:, body:, headers:, segment:) ⇒ Peddler::APIs::ProductPricing20220501::FeaturedOfferExpectedPriceRequest .new(arg0, arg1, arg2, arg3, arg4, arg5, arg6) ⇒ Peddler::APIs::ProductPricing20220501::FeaturedOfferExpectedPriceRequest
248 249 |
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 248
def self.new: (marketplace_id: String, method: String, sku: String, uri: String, ?body: Hash[untyped, untyped]?, ?headers: Hash[untyped, untyped]?, ?segment: Peddler::APIs::ProductPricing20220501::Segment?) -> Peddler::APIs::ProductPricing20220501::FeaturedOfferExpectedPriceRequest
| (String, String, String, String, Hash[untyped, untyped]?, Hash[untyped, untyped]?, Peddler::APIs::ProductPricing20220501::Segment?) -> Peddler::APIs::ProductPricing20220501::FeaturedOfferExpectedPriceRequest
|
.parse ⇒ Peddler::APIs::ProductPricing20220501::FeaturedOfferExpectedPriceRequest
255 |
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 255
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::ProductPricing20220501::FeaturedOfferExpectedPriceRequest
|
Instance Method Details
#members ⇒ [ :marketplace_id, :method, :sku, :uri, :body, :headers, :segment ]
265 |
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 265
def members: () -> [ :marketplace_id, :method, :sku, :uri, :body, :headers, :segment ]
|
#to_h ⇒ { marketplace_id: String, method: String, sku: String, uri: String, body: Hash[untyped, untyped]?, headers: Hash[untyped, untyped]?, segment: Peddler::APIs::ProductPricing20220501::Segment? }
266 |
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 266
def to_h: () -> { marketplace_id: String, method: String, sku: String, uri: String, body: Hash[untyped, untyped]?, headers: Hash[untyped, untyped]?, segment: Peddler::APIs::ProductPricing20220501::Segment? }
|