Class: Peddler::APIs::AplusContent20201101::ErrorList

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

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

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

Returns the value of attribute errors.



243
244
245
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 243

def errors
  @errors
end

Class Method Details

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



236
237
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 236

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

.members[ :errors ]

Returns:

  • ([ :errors ])


239
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 239

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

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



234
235
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 234

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

.parsePeddler::APIs::AplusContent20201101::ErrorList

Parameters:

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

Returns:



241
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 241

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

Instance Method Details

#members[ :errors ]

Returns:

  • ([ :errors ])


245
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 245

def members: () -> [ :errors ]

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

Returns:



246
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 246

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