Class: Peddler::APIs::ProductPricing20220501::FeaturedOfferExpectedPriceRequest

Inherits:
Data
  • Object
show all
Defined in:
sig/peddler/apis/product_pricing_2022_05_01.rbs

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#bodyHash[untyped, untyped]? (readonly)

Returns the value of attribute body.

Returns:

  • (Hash[untyped, untyped], nil)


257
258
259
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 257

def body
  @body
end

#headersHash[untyped, untyped]? (readonly)

Returns the value of attribute headers.

Returns:

  • (Hash[untyped, untyped], nil)


258
259
260
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 258

def headers
  @headers
end

#marketplace_idString (readonly)

Returns the value of attribute marketplace_id.

Returns:

  • (String)


259
260
261
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 259

def marketplace_id
  @marketplace_id
end

#methodString (readonly)

Returns the value of attribute method.

Returns:

  • (String)


260
261
262
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 260

def method
  @method
end

#segmentPeddler::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

#skuString (readonly)

Returns the value of attribute sku.

Returns:

  • (String)


262
263
264
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 262

def sku
  @sku
end

#uriString (readonly)

Returns the value of attribute uri.

Returns:

  • (String)


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

Overloads:



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 ]

Returns:

  • ([ :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

Overloads:



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

.parsePeddler::APIs::ProductPricing20220501::FeaturedOfferExpectedPriceRequest

Parameters:

  • (Hash[String | Symbol, untyped])
  • (Object)

Returns:



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 ]

Returns:

  • ([ :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? }

Returns:



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? }