Class: Peddler::APIs::ProductPricing20220501::CompetitiveSummaryBatchResponse

Inherits:
Data
  • Object
show all
Defined in:
sig/peddler/apis/product_pricing_2022_05_01.rbs

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#responsesArray[Peddler::APIs::ProductPricing20220501::CompetitiveSummaryResponse] (readonly)

Returns the value of attribute responses.



83
84
85
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 83

def responses
  @responses
end

Class Method Details

.[](responses:) ⇒ Peddler::APIs::ProductPricing20220501::CompetitiveSummaryBatchResponse .[](arg0) ⇒ Peddler::APIs::ProductPricing20220501::CompetitiveSummaryBatchResponse



76
77
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 76

def self.[]: (responses: Array[Peddler::APIs::ProductPricing20220501::CompetitiveSummaryResponse]) -> Peddler::APIs::ProductPricing20220501::CompetitiveSummaryBatchResponse
| (Array[Peddler::APIs::ProductPricing20220501::CompetitiveSummaryResponse]) -> Peddler::APIs::ProductPricing20220501::CompetitiveSummaryBatchResponse

.members[ :responses ]

Returns:

  • ([ :responses ])


79
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 79

def self.members: () -> [ :responses ]

.new(responses:) ⇒ Peddler::APIs::ProductPricing20220501::CompetitiveSummaryBatchResponse .new(arg0) ⇒ Peddler::APIs::ProductPricing20220501::CompetitiveSummaryBatchResponse



74
75
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 74

def self.new: (responses: Array[Peddler::APIs::ProductPricing20220501::CompetitiveSummaryResponse]) -> Peddler::APIs::ProductPricing20220501::CompetitiveSummaryBatchResponse
| (Array[Peddler::APIs::ProductPricing20220501::CompetitiveSummaryResponse]) -> Peddler::APIs::ProductPricing20220501::CompetitiveSummaryBatchResponse

.parsePeddler::APIs::ProductPricing20220501::CompetitiveSummaryBatchResponse

Parameters:

  • (Hash[String | Symbol, untyped])
  • (Object)

Returns:



81
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 81

def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::ProductPricing20220501::CompetitiveSummaryBatchResponse

Instance Method Details

#members[ :responses ]

Returns:

  • ([ :responses ])


85
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 85

def members: () -> [ :responses ]

#to_h{ responses: Array[Peddler::APIs::ProductPricing20220501::CompetitiveSummaryResponse] }



86
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 86

def to_h: () -> { responses: Array[Peddler::APIs::ProductPricing20220501::CompetitiveSummaryResponse] }