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.
50 51 52 |
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 50 def headers @headers end |
#status ⇒ Peddler::APIs::ProductPricing20220501::HttpStatusLine (readonly)
Returns the value of attribute status.
51 52 53 |
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 51 def status @status end |
Class Method Details
.[](headers:, status:) ⇒ Peddler::APIs::ProductPricing20220501::BatchResponse .[](arg0, arg1) ⇒ Peddler::APIs::ProductPricing20220501::BatchResponse
43 44 |
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 43
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 ]
46 |
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 46
def self.members: () -> [ :headers, :status ]
|
.new(headers:, status:) ⇒ Peddler::APIs::ProductPricing20220501::BatchResponse .new(arg0, arg1) ⇒ Peddler::APIs::ProductPricing20220501::BatchResponse
41 42 |
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 41
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
48 |
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 48
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::ProductPricing20220501::BatchResponse
|
Instance Method Details
#members ⇒ [ :headers, :status ]
53 |
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 53
def members: () -> [ :headers, :status ]
|
#to_h ⇒ { headers: Hash[untyped, untyped], status: Peddler::APIs::ProductPricing20220501::HttpStatusLine }
54 |
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 54
def to_h: () -> { headers: Hash[untyped, untyped], status: Peddler::APIs::ProductPricing20220501::HttpStatusLine }
|