Class: Peddler::APIs::ProductPricing20220501::Errors

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

#errorsArray[Peddler::APIs::ProductPricing20220501::Error] (readonly)

Returns the value of attribute errors.



172
173
174
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 172

def errors
  @errors
end

Class Method Details

.[](errors:) ⇒ Peddler::APIs::ProductPricing20220501::Errors .[](arg0) ⇒ Peddler::APIs::ProductPricing20220501::Errors



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

def self.[]: (errors: Array[Peddler::APIs::ProductPricing20220501::Error]) -> Peddler::APIs::ProductPricing20220501::Errors
| (Array[Peddler::APIs::ProductPricing20220501::Error]) -> Peddler::APIs::ProductPricing20220501::Errors

.members[ :errors ]

Returns:

  • ([ :errors ])


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

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

.new(errors:) ⇒ Peddler::APIs::ProductPricing20220501::Errors .new(arg0) ⇒ Peddler::APIs::ProductPricing20220501::Errors



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

def self.new: (errors: Array[Peddler::APIs::ProductPricing20220501::Error]) -> Peddler::APIs::ProductPricing20220501::Errors
| (Array[Peddler::APIs::ProductPricing20220501::Error]) -> Peddler::APIs::ProductPricing20220501::Errors

.parsePeddler::APIs::ProductPricing20220501::Errors

Parameters:

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

Returns:



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

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

Instance Method Details

#members[ :errors ]

Returns:

  • ([ :errors ])


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

def members: () -> [ :errors ]

#to_h{ errors: Array[Peddler::APIs::ProductPricing20220501::Error] }

Returns:



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

def to_h: () -> { errors: Array[Peddler::APIs::ProductPricing20220501::Error] }