Class: Peddler::APIs::ProductPricingV0::ItemOffersResponse
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::ProductPricingV0::ItemOffersResponse
- Defined in:
- sig/peddler/apis/product_pricing_v0.rbs
Instance Attribute Summary collapse
-
#body ⇒ Peddler::APIs::ProductPricingV0::GetOffersResponse
readonly
Returns the value of attribute body.
-
#headers ⇒ Peddler::APIs::ProductPricingV0::HttpResponseHeaders?
readonly
Returns the value of attribute headers.
-
#request ⇒ Peddler::APIs::ProductPricingV0::ItemOffersRequestParams
readonly
Returns the value of attribute request.
-
#status ⇒ Peddler::APIs::ProductPricingV0::GetOffersHttpStatusLine?
readonly
Returns the value of attribute status.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :body, :request, :headers, :status ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::ProductPricingV0::ItemOffersResponse
Instance Method Summary collapse
-
#members ⇒ [ :body, :request, :headers, :status ]
-
#to_h ⇒ { body: Peddler::APIs::ProductPricingV0::GetOffersResponse, request: Peddler::APIs::ProductPricingV0::ItemOffersRequestParams, headers: Peddler::APIs::ProductPricingV0::HttpResponseHeaders?, status: Peddler::APIs::ProductPricingV0::GetOffersHttpStatusLine? }
Instance Attribute Details
#body ⇒ Peddler::APIs::ProductPricingV0::GetOffersResponse (readonly)
Returns the value of attribute body.
460 461 462 |
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 460 def body @body end |
#headers ⇒ Peddler::APIs::ProductPricingV0::HttpResponseHeaders? (readonly)
Returns the value of attribute headers.
461 462 463 |
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 461 def headers @headers end |
#request ⇒ Peddler::APIs::ProductPricingV0::ItemOffersRequestParams (readonly)
Returns the value of attribute request.
462 463 464 |
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 462 def request @request end |
#status ⇒ Peddler::APIs::ProductPricingV0::GetOffersHttpStatusLine? (readonly)
Returns the value of attribute status.
463 464 465 |
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 463 def status @status end |
Class Method Details
.[](body:, request:, headers:, status:) ⇒ Peddler::APIs::ProductPricingV0::ItemOffersResponse .[](arg0, arg1, arg2, arg3) ⇒ Peddler::APIs::ProductPricingV0::ItemOffersResponse
453 454 |
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 453
def self.[]: (body: Peddler::APIs::ProductPricingV0::GetOffersResponse, request: Peddler::APIs::ProductPricingV0::ItemOffersRequestParams, ?headers: Peddler::APIs::ProductPricingV0::HttpResponseHeaders?, ?status: Peddler::APIs::ProductPricingV0::GetOffersHttpStatusLine?) -> Peddler::APIs::ProductPricingV0::ItemOffersResponse
| (Peddler::APIs::ProductPricingV0::GetOffersResponse, Peddler::APIs::ProductPricingV0::ItemOffersRequestParams, Peddler::APIs::ProductPricingV0::HttpResponseHeaders?, Peddler::APIs::ProductPricingV0::GetOffersHttpStatusLine?) -> Peddler::APIs::ProductPricingV0::ItemOffersResponse
|
.members ⇒ [ :body, :request, :headers, :status ]
456 |
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 456
def self.members: () -> [ :body, :request, :headers, :status ]
|
.new(body:, request:, headers:, status:) ⇒ Peddler::APIs::ProductPricingV0::ItemOffersResponse .new(arg0, arg1, arg2, arg3) ⇒ Peddler::APIs::ProductPricingV0::ItemOffersResponse
451 452 |
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 451
def self.new: (body: Peddler::APIs::ProductPricingV0::GetOffersResponse, request: Peddler::APIs::ProductPricingV0::ItemOffersRequestParams, ?headers: Peddler::APIs::ProductPricingV0::HttpResponseHeaders?, ?status: Peddler::APIs::ProductPricingV0::GetOffersHttpStatusLine?) -> Peddler::APIs::ProductPricingV0::ItemOffersResponse
| (Peddler::APIs::ProductPricingV0::GetOffersResponse, Peddler::APIs::ProductPricingV0::ItemOffersRequestParams, Peddler::APIs::ProductPricingV0::HttpResponseHeaders?, Peddler::APIs::ProductPricingV0::GetOffersHttpStatusLine?) -> Peddler::APIs::ProductPricingV0::ItemOffersResponse
|
.parse ⇒ Peddler::APIs::ProductPricingV0::ItemOffersResponse
458 |
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 458
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::ProductPricingV0::ItemOffersResponse
|
Instance Method Details
#members ⇒ [ :body, :request, :headers, :status ]
465 |
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 465
def members: () -> [ :body, :request, :headers, :status ]
|
#to_h ⇒ { body: Peddler::APIs::ProductPricingV0::GetOffersResponse, request: Peddler::APIs::ProductPricingV0::ItemOffersRequestParams, headers: Peddler::APIs::ProductPricingV0::HttpResponseHeaders?, status: Peddler::APIs::ProductPricingV0::GetOffersHttpStatusLine? }
466 |
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 466
def to_h: () -> { body: Peddler::APIs::ProductPricingV0::GetOffersResponse, request: Peddler::APIs::ProductPricingV0::ItemOffersRequestParams, headers: Peddler::APIs::ProductPricingV0::HttpResponseHeaders?, status: Peddler::APIs::ProductPricingV0::GetOffersHttpStatusLine? }
|