Class: Peddler::APIs::ProductPricing20220501::CompetitiveSummaryBatchResponse
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::ProductPricing20220501::CompetitiveSummaryBatchResponse
- Defined in:
- sig/peddler/apis/product_pricing_2022_05_01.rbs
Instance Attribute Summary collapse
-
#responses ⇒ Array[Peddler::APIs::ProductPricing20220501::CompetitiveSummaryResponse]
readonly
Returns the value of attribute responses.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :responses ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::ProductPricing20220501::CompetitiveSummaryBatchResponse
Instance Method Summary collapse
-
#members ⇒ [ :responses ]
-
#to_h ⇒ { responses: Array[Peddler::APIs::ProductPricing20220501::CompetitiveSummaryResponse] }
Instance Attribute Details
#responses ⇒ Array[Peddler::APIs::ProductPricing20220501::CompetitiveSummaryResponse] (readonly)
Returns the value of attribute responses.
66 67 68 |
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 66 def responses @responses end |
Class Method Details
.[](responses:) ⇒ Peddler::APIs::ProductPricing20220501::CompetitiveSummaryBatchResponse .[](arg0) ⇒ Peddler::APIs::ProductPricing20220501::CompetitiveSummaryBatchResponse
59 60 |
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 59
def self.[]: (responses: Array[Peddler::APIs::ProductPricing20220501::CompetitiveSummaryResponse]) -> Peddler::APIs::ProductPricing20220501::CompetitiveSummaryBatchResponse
| (Array[Peddler::APIs::ProductPricing20220501::CompetitiveSummaryResponse]) -> Peddler::APIs::ProductPricing20220501::CompetitiveSummaryBatchResponse
|
.members ⇒ [ :responses ]
62 |
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 62
def self.members: () -> [ :responses ]
|
.new(responses:) ⇒ Peddler::APIs::ProductPricing20220501::CompetitiveSummaryBatchResponse .new(arg0) ⇒ Peddler::APIs::ProductPricing20220501::CompetitiveSummaryBatchResponse
57 58 |
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 57
def self.new: (responses: Array[Peddler::APIs::ProductPricing20220501::CompetitiveSummaryResponse]) -> Peddler::APIs::ProductPricing20220501::CompetitiveSummaryBatchResponse
| (Array[Peddler::APIs::ProductPricing20220501::CompetitiveSummaryResponse]) -> Peddler::APIs::ProductPricing20220501::CompetitiveSummaryBatchResponse
|
.parse ⇒ Peddler::APIs::ProductPricing20220501::CompetitiveSummaryBatchResponse
64 |
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 64
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::ProductPricing20220501::CompetitiveSummaryBatchResponse
|
Instance Method Details
#members ⇒ [ :responses ]
68 |
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 68
def members: () -> [ :responses ]
|
#to_h ⇒ { responses: Array[Peddler::APIs::ProductPricing20220501::CompetitiveSummaryResponse] }
69 |
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 69
def to_h: () -> { responses: Array[Peddler::APIs::ProductPricing20220501::CompetitiveSummaryResponse] }
|