Class: Peddler::APIs::ProductPricing20220501::BatchResponse
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::ProductPricing20220501::BatchResponse
- Defined in:
- sig/peddler/apis/product_pricing_2022_05_01.rbs
Instance Attribute Summary collapse
-
#headers ⇒ Hash[untyped, untyped]
readonly
Returns the value of attribute headers.
-
#status ⇒ Peddler::APIs::ProductPricing20220501::HttpStatusLine
readonly
Returns the value of attribute status.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :headers, :status ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::ProductPricing20220501::BatchResponse
Instance Method Summary collapse
-
#members ⇒ [ :headers, :status ]
-
#to_h ⇒ { headers: Hash[untyped, untyped], status: Peddler::APIs::ProductPricing20220501::HttpStatusLine }
Instance Attribute Details
#headers ⇒ Hash[untyped, untyped] (readonly)
Returns the value of attribute headers.
33 34 35 |
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 33 def headers @headers end |
#status ⇒ Peddler::APIs::ProductPricing20220501::HttpStatusLine (readonly)
Returns the value of attribute status.
34 35 36 |
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 34 def status @status end |
Class Method Details
.[](headers:, status:) ⇒ Peddler::APIs::ProductPricing20220501::BatchResponse .[](arg0, arg1) ⇒ Peddler::APIs::ProductPricing20220501::BatchResponse
26 27 |
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 26
def self.[]: (headers: Hash[untyped, untyped], status: Peddler::APIs::ProductPricing20220501::HttpStatusLine) -> Peddler::APIs::ProductPricing20220501::BatchResponse
| (Hash[untyped, untyped], Peddler::APIs::ProductPricing20220501::HttpStatusLine) -> Peddler::APIs::ProductPricing20220501::BatchResponse
|
.members ⇒ [ :headers, :status ]
29 |
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 29
def self.members: () -> [ :headers, :status ]
|
.new(headers:, status:) ⇒ Peddler::APIs::ProductPricing20220501::BatchResponse .new(arg0, arg1) ⇒ Peddler::APIs::ProductPricing20220501::BatchResponse
24 25 |
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 24
def self.new: (headers: Hash[untyped, untyped], status: Peddler::APIs::ProductPricing20220501::HttpStatusLine) -> Peddler::APIs::ProductPricing20220501::BatchResponse
| (Hash[untyped, untyped], Peddler::APIs::ProductPricing20220501::HttpStatusLine) -> Peddler::APIs::ProductPricing20220501::BatchResponse
|
.parse ⇒ Peddler::APIs::ProductPricing20220501::BatchResponse
31 |
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 31
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::ProductPricing20220501::BatchResponse
|
Instance Method Details
#members ⇒ [ :headers, :status ]
36 |
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 36
def members: () -> [ :headers, :status ]
|
#to_h ⇒ { headers: Hash[untyped, untyped], status: Peddler::APIs::ProductPricing20220501::HttpStatusLine }
37 |
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 37
def to_h: () -> { headers: Hash[untyped, untyped], status: Peddler::APIs::ProductPricing20220501::HttpStatusLine }
|