Class: Peddler::APIs::AmazonWarehousingAndDistribution20240509::ErrorList

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

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

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

Returns the value of attribute errors.



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

def errors
  @errors
end

Class Method Details

.[](errors:) ⇒ Peddler::APIs::AmazonWarehousingAndDistribution20240509::ErrorList .[](arg0) ⇒ Peddler::APIs::AmazonWarehousingAndDistribution20240509::ErrorList



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

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

.members[ :errors ]

Returns:

  • ([ :errors ])


177
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 177

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

.new(errors:) ⇒ Peddler::APIs::AmazonWarehousingAndDistribution20240509::ErrorList .new(arg0) ⇒ Peddler::APIs::AmazonWarehousingAndDistribution20240509::ErrorList



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

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

.parsePeddler::APIs::AmazonWarehousingAndDistribution20240509::ErrorList

Parameters:

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

Returns:



179
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 179

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

Instance Method Details

#members[ :errors ]

Returns:

  • ([ :errors ])


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

def members: () -> [ :errors ]

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



184
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 184

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