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)


240
241
242
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 240

def body
  @body
end

#headersHash[untyped, untyped]? (readonly)

Returns the value of attribute headers.

Returns:

  • (Hash[untyped, untyped], nil)


241
242
243
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 241

def headers
  @headers
end

#marketplace_idString (readonly)

Returns the value of attribute marketplace_id.

Returns:

  • (String)


242
243
244
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 242

def marketplace_id
  @marketplace_id
end

#methodString (readonly)

Returns the value of attribute method.

Returns:

  • (String)


243
244
245
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 243

def method
  @method
end

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

#skuString (readonly)

Returns the value of attribute sku.

Returns:

  • (String)


245
246
247
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 245

def sku
  @sku
end

#uriString (readonly)

Returns the value of attribute uri.

Returns:

  • (String)


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

Overloads:



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 ]

Returns:

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

Overloads:



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

.parsePeddler::APIs::ProductPricing20220501::FeaturedOfferExpectedPriceRequest

Parameters:

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

Returns:



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 ]

Returns:

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

Returns:



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