Class: Peddler::APIs::ProductPricingV0::HttpResponseHeaders
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::ProductPricingV0::HttpResponseHeaders
- Defined in:
- sig/peddler/apis/product_pricing_v0.rbs
Instance Attribute Summary collapse
-
#date ⇒ String?
readonly
Returns the value of attribute date.
-
#x_amzn_request_id ⇒ String?
readonly
Returns the value of attribute x_amzn_request_id.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :date, :x_amzn_request_id ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::ProductPricingV0::HttpResponseHeaders
Instance Method Summary collapse
Instance Attribute Details
#date ⇒ String? (readonly)
Returns the value of attribute date.
363 364 365 |
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 363 def date @date end |
#x_amzn_request_id ⇒ String? (readonly)
Returns the value of attribute x_amzn_request_id.
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
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 ]
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
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
|
.parse ⇒ Peddler::APIs::ProductPricingV0::HttpResponseHeaders
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 ]
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? }
367 |
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 367
def to_h: () -> { date: String?, x_amzn_request_id: String? }
|