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.
240 241 242 |
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 240 def body @body end |
#headers ⇒ Hash[untyped, untyped]? (readonly)
Returns the value of attribute headers.
241 242 243 |
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 241 def headers @headers end |
#marketplace_id ⇒ String (readonly)
Returns the value of attribute marketplace_id.
242 243 244 |
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 242 def marketplace_id @marketplace_id end |
#method ⇒ String (readonly)
Returns the value of attribute method.
243 244 245 |
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 243 def method @method end |
#segment ⇒ Peddler::APIs::ProductPricing20220501::Segment? (readonly)
Returns the value of attribute segment.
244 245 246 |
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 244 def segment @segment end |
#sku ⇒ String (readonly)
Returns the value of attribute sku.
245 246 247 |
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 245 def sku @sku end |
#uri ⇒ String (readonly)
Returns the value of attribute uri.
246 247 248 |
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 246 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
233 234 |
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 233
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 ]
236 |
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 236
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
231 232 |
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 231
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
238 |
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 238
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::ProductPricing20220501::FeaturedOfferExpectedPriceRequest
|
Instance Method Details
#members ⇒ [ :marketplace_id, :method, :sku, :uri, :body, :headers, :segment ]
248 |
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 248
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? }
249 |
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 249
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? }
|