Class: Peddler::APIs::Reports20210630::ErrorList
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::Reports20210630::ErrorList
- Defined in:
- sig/peddler/apis/reports_2021_06_30.rbs
Instance Attribute Summary collapse
-
#errors ⇒ Array[Peddler::APIs::Reports20210630::Error]
readonly
Returns the value of attribute errors.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :errors ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::Reports20210630::ErrorList
Instance Method Summary collapse
Instance Attribute Details
#errors ⇒ Array[Peddler::APIs::Reports20210630::Error] (readonly)
Returns the value of attribute errors.
104 105 106 |
# File 'sig/peddler/apis/reports_2021_06_30.rbs', line 104 def errors @errors end |
Class Method Details
.[](errors:) ⇒ Peddler::APIs::Reports20210630::ErrorList .[](arg0) ⇒ Peddler::APIs::Reports20210630::ErrorList
97 98 |
# File 'sig/peddler/apis/reports_2021_06_30.rbs', line 97
def self.[]: (errors: Array[Peddler::APIs::Reports20210630::Error]) -> Peddler::APIs::Reports20210630::ErrorList
| (Array[Peddler::APIs::Reports20210630::Error]) -> Peddler::APIs::Reports20210630::ErrorList
|
.members ⇒ [ :errors ]
100 |
# File 'sig/peddler/apis/reports_2021_06_30.rbs', line 100
def self.members: () -> [ :errors ]
|
.new(errors:) ⇒ Peddler::APIs::Reports20210630::ErrorList .new(arg0) ⇒ Peddler::APIs::Reports20210630::ErrorList
95 96 |
# File 'sig/peddler/apis/reports_2021_06_30.rbs', line 95
def self.new: (errors: Array[Peddler::APIs::Reports20210630::Error]) -> Peddler::APIs::Reports20210630::ErrorList
| (Array[Peddler::APIs::Reports20210630::Error]) -> Peddler::APIs::Reports20210630::ErrorList
|
.parse ⇒ Peddler::APIs::Reports20210630::ErrorList
102 |
# File 'sig/peddler/apis/reports_2021_06_30.rbs', line 102
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::Reports20210630::ErrorList
|
Instance Method Details
#members ⇒ [ :errors ]
106 |
# File 'sig/peddler/apis/reports_2021_06_30.rbs', line 106
def members: () -> [ :errors ]
|
#to_h ⇒ { errors: Array[Peddler::APIs::Reports20210630::Error] }
107 |
# File 'sig/peddler/apis/reports_2021_06_30.rbs', line 107
def to_h: () -> { errors: Array[Peddler::APIs::Reports20210630::Error] }
|