Class: Peddler::APIs::ProductPricingV0::HttpResponseHeaders

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

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#dateString? (readonly)

Returns the value of attribute date.

Returns:

  • (String, nil)


363
364
365
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 363

def date
  @date
end

#x_amzn_request_idString? (readonly)

Returns the value of attribute x_amzn_request_id.

Returns:

  • (String, nil)


364
365
366
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 364

def x_amzn_request_id
  @x_amzn_request_id
end

Class Method Details

.[](date:, x_amzn_request_id:) ⇒ Peddler::APIs::ProductPricingV0::HttpResponseHeaders .[](arg0, arg1) ⇒ Peddler::APIs::ProductPricingV0::HttpResponseHeaders

Overloads:



356
357
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 356

def self.[]: (?date: String?, ?x_amzn_request_id: String?) -> Peddler::APIs::ProductPricingV0::HttpResponseHeaders
| (String?, String?) -> Peddler::APIs::ProductPricingV0::HttpResponseHeaders

.members[ :date, :x_amzn_request_id ]

Returns:

  • ([ :date, :x_amzn_request_id ])


359
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 359

def self.members: () -> [ :date, :x_amzn_request_id ]

.new(date:, x_amzn_request_id:) ⇒ Peddler::APIs::ProductPricingV0::HttpResponseHeaders .new(arg0, arg1) ⇒ Peddler::APIs::ProductPricingV0::HttpResponseHeaders

Overloads:



354
355
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 354

def self.new: (?date: String?, ?x_amzn_request_id: String?) -> Peddler::APIs::ProductPricingV0::HttpResponseHeaders
| (String?, String?) -> Peddler::APIs::ProductPricingV0::HttpResponseHeaders

.parsePeddler::APIs::ProductPricingV0::HttpResponseHeaders

Parameters:

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

Returns:



361
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 361

def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::ProductPricingV0::HttpResponseHeaders

Instance Method Details

#members[ :date, :x_amzn_request_id ]

Returns:

  • ([ :date, :x_amzn_request_id ])


366
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 366

def members: () -> [ :date, :x_amzn_request_id ]

#to_h{ date: String?, x_amzn_request_id: String? }

Returns:

  • ({ date: String?, x_amzn_request_id: String? })


367
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 367

def to_h: () -> { date: String?, x_amzn_request_id: String? }