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.



189
190
191
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 189

def errors
  @errors
end

Class Method Details

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



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

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 ])


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

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

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



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

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:



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

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

Instance Method Details

#members[ :errors ]

Returns:

  • ([ :errors ])


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

def members: () -> [ :errors ]

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

Returns:



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

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