Class: Peddler::APIs::ProductPricingV0::ListingOffersResponse
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::ProductPricingV0::ListingOffersResponse
- 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::ListingOffersRequestParams?
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, :headers, :request, :status ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::ProductPricingV0::ListingOffersResponse
Instance Method Summary collapse
-
#members ⇒ [ :body, :headers, :request, :status ]
-
#to_h ⇒ { body: Peddler::APIs::ProductPricingV0::GetOffersResponse, headers: Peddler::APIs::ProductPricingV0::HttpResponseHeaders?, request: Peddler::APIs::ProductPricingV0::ListingOffersRequestParams?, status: Peddler::APIs::ProductPricingV0::GetOffersHttpStatusLine? }
Instance Attribute Details
#body ⇒ Peddler::APIs::ProductPricingV0::GetOffersResponse (readonly)
Returns the value of attribute body.
527 528 529 |
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 527 def body @body end |
#headers ⇒ Peddler::APIs::ProductPricingV0::HttpResponseHeaders? (readonly)
Returns the value of attribute headers.
528 529 530 |
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 528 def headers @headers end |
#request ⇒ Peddler::APIs::ProductPricingV0::ListingOffersRequestParams? (readonly)
Returns the value of attribute request.
529 530 531 |
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 529 def request @request end |
#status ⇒ Peddler::APIs::ProductPricingV0::GetOffersHttpStatusLine? (readonly)
Returns the value of attribute status.
530 531 532 |
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 530 def status @status end |
Class Method Details
.[](body:, headers:, request:, status:) ⇒ Peddler::APIs::ProductPricingV0::ListingOffersResponse .[](arg0, arg1, arg2, arg3) ⇒ Peddler::APIs::ProductPricingV0::ListingOffersResponse
520 521 |
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 520
def self.[]: (body: Peddler::APIs::ProductPricingV0::GetOffersResponse, ?headers: Peddler::APIs::ProductPricingV0::HttpResponseHeaders?, ?request: Peddler::APIs::ProductPricingV0::ListingOffersRequestParams?, ?status: Peddler::APIs::ProductPricingV0::GetOffersHttpStatusLine?) -> Peddler::APIs::ProductPricingV0::ListingOffersResponse
| (Peddler::APIs::ProductPricingV0::GetOffersResponse, Peddler::APIs::ProductPricingV0::HttpResponseHeaders?, Peddler::APIs::ProductPricingV0::ListingOffersRequestParams?, Peddler::APIs::ProductPricingV0::GetOffersHttpStatusLine?) -> Peddler::APIs::ProductPricingV0::ListingOffersResponse
|
.members ⇒ [ :body, :headers, :request, :status ]
523 |
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 523
def self.members: () -> [ :body, :headers, :request, :status ]
|
.new(body:, headers:, request:, status:) ⇒ Peddler::APIs::ProductPricingV0::ListingOffersResponse .new(arg0, arg1, arg2, arg3) ⇒ Peddler::APIs::ProductPricingV0::ListingOffersResponse
518 519 |
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 518
def self.new: (body: Peddler::APIs::ProductPricingV0::GetOffersResponse, ?headers: Peddler::APIs::ProductPricingV0::HttpResponseHeaders?, ?request: Peddler::APIs::ProductPricingV0::ListingOffersRequestParams?, ?status: Peddler::APIs::ProductPricingV0::GetOffersHttpStatusLine?) -> Peddler::APIs::ProductPricingV0::ListingOffersResponse
| (Peddler::APIs::ProductPricingV0::GetOffersResponse, Peddler::APIs::ProductPricingV0::HttpResponseHeaders?, Peddler::APIs::ProductPricingV0::ListingOffersRequestParams?, Peddler::APIs::ProductPricingV0::GetOffersHttpStatusLine?) -> Peddler::APIs::ProductPricingV0::ListingOffersResponse
|
.parse ⇒ Peddler::APIs::ProductPricingV0::ListingOffersResponse
525 |
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 525
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::ProductPricingV0::ListingOffersResponse
|
Instance Method Details
#members ⇒ [ :body, :headers, :request, :status ]
532 |
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 532
def members: () -> [ :body, :headers, :request, :status ]
|
#to_h ⇒ { body: Peddler::APIs::ProductPricingV0::GetOffersResponse, headers: Peddler::APIs::ProductPricingV0::HttpResponseHeaders?, request: Peddler::APIs::ProductPricingV0::ListingOffersRequestParams?, status: Peddler::APIs::ProductPricingV0::GetOffersHttpStatusLine? }
533 |
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 533
def to_h: () -> { body: Peddler::APIs::ProductPricingV0::GetOffersResponse, headers: Peddler::APIs::ProductPricingV0::HttpResponseHeaders?, request: Peddler::APIs::ProductPricingV0::ListingOffersRequestParams?, status: Peddler::APIs::ProductPricingV0::GetOffersHttpStatusLine? }
|