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.



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 ]

Returns:

  • ([ :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

.parsePeddler::APIs::ProductPricing20220501::CompetitiveSummaryBatchResponse

Parameters:

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

Returns:



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 ]

Returns:

  • ([ :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] }