Class: Peddler::APIs::ProductPricingV0::BatchOffersResponse
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::ProductPricingV0::BatchOffersResponse
- 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.
-
#status ⇒ Peddler::APIs::ProductPricingV0::GetOffersHttpStatusLine?
readonly
Returns the value of attribute status.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :body, :headers, :status ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::ProductPricingV0::BatchOffersResponse
Instance Method Summary collapse
-
#members ⇒ [ :body, :headers, :status ]
-
#to_h ⇒ { body: Peddler::APIs::ProductPricingV0::GetOffersResponse, 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.
53 54 55 |
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 53 def body @body end |
#headers ⇒ Peddler::APIs::ProductPricingV0::HttpResponseHeaders? (readonly)
Returns the value of attribute headers.
54 55 56 |
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 54 def headers @headers end |
#status ⇒ Peddler::APIs::ProductPricingV0::GetOffersHttpStatusLine? (readonly)
Returns the value of attribute status.
55 56 57 |
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 55 def status @status end |
Class Method Details
.[](body:, headers:, status:) ⇒ Peddler::APIs::ProductPricingV0::BatchOffersResponse .[](arg0, arg1, arg2) ⇒ Peddler::APIs::ProductPricingV0::BatchOffersResponse
46 47 |
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 46
def self.[]: (body: Peddler::APIs::ProductPricingV0::GetOffersResponse, ?headers: Peddler::APIs::ProductPricingV0::HttpResponseHeaders?, ?status: Peddler::APIs::ProductPricingV0::GetOffersHttpStatusLine?) -> Peddler::APIs::ProductPricingV0::BatchOffersResponse
| (Peddler::APIs::ProductPricingV0::GetOffersResponse, Peddler::APIs::ProductPricingV0::HttpResponseHeaders?, Peddler::APIs::ProductPricingV0::GetOffersHttpStatusLine?) -> Peddler::APIs::ProductPricingV0::BatchOffersResponse
|
.members ⇒ [ :body, :headers, :status ]
49 |
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 49
def self.members: () -> [ :body, :headers, :status ]
|
.new(body:, headers:, status:) ⇒ Peddler::APIs::ProductPricingV0::BatchOffersResponse .new(arg0, arg1, arg2) ⇒ Peddler::APIs::ProductPricingV0::BatchOffersResponse
44 45 |
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 44
def self.new: (body: Peddler::APIs::ProductPricingV0::GetOffersResponse, ?headers: Peddler::APIs::ProductPricingV0::HttpResponseHeaders?, ?status: Peddler::APIs::ProductPricingV0::GetOffersHttpStatusLine?) -> Peddler::APIs::ProductPricingV0::BatchOffersResponse
| (Peddler::APIs::ProductPricingV0::GetOffersResponse, Peddler::APIs::ProductPricingV0::HttpResponseHeaders?, Peddler::APIs::ProductPricingV0::GetOffersHttpStatusLine?) -> Peddler::APIs::ProductPricingV0::BatchOffersResponse
|
.parse ⇒ Peddler::APIs::ProductPricingV0::BatchOffersResponse
51 |
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 51
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::ProductPricingV0::BatchOffersResponse
|
Instance Method Details
#members ⇒ [ :body, :headers, :status ]
57 |
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 57
def members: () -> [ :body, :headers, :status ]
|
#to_h ⇒ { body: Peddler::APIs::ProductPricingV0::GetOffersResponse, headers: Peddler::APIs::ProductPricingV0::HttpResponseHeaders?, status: Peddler::APIs::ProductPricingV0::GetOffersHttpStatusLine? }
58 |
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 58
def to_h: () -> { body: Peddler::APIs::ProductPricingV0::GetOffersResponse, headers: Peddler::APIs::ProductPricingV0::HttpResponseHeaders?, status: Peddler::APIs::ProductPricingV0::GetOffersHttpStatusLine? }
|