Class: Peddler::APIs::Promotions20251201::ErrorList
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::Promotions20251201::ErrorList
- Defined in:
- sig/peddler/apis/promotions_2025_12_01.rbs
Instance Attribute Summary collapse
-
#errors ⇒ Array[Peddler::APIs::Promotions20251201::Error]
readonly
Returns the value of attribute errors.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :errors ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::Promotions20251201::ErrorList
Instance Method Summary collapse
Instance Attribute Details
#errors ⇒ Array[Peddler::APIs::Promotions20251201::Error] (readonly)
Returns the value of attribute errors.
171 172 173 |
# File 'sig/peddler/apis/promotions_2025_12_01.rbs', line 171 def errors @errors end |
Class Method Details
.[](errors:) ⇒ Peddler::APIs::Promotions20251201::ErrorList .[](arg0) ⇒ Peddler::APIs::Promotions20251201::ErrorList
164 165 |
# File 'sig/peddler/apis/promotions_2025_12_01.rbs', line 164
def self.[]: (errors: Array[Peddler::APIs::Promotions20251201::Error]) -> Peddler::APIs::Promotions20251201::ErrorList
| (Array[Peddler::APIs::Promotions20251201::Error]) -> Peddler::APIs::Promotions20251201::ErrorList
|
.members ⇒ [ :errors ]
167 |
# File 'sig/peddler/apis/promotions_2025_12_01.rbs', line 167
def self.members: () -> [ :errors ]
|
.new(errors:) ⇒ Peddler::APIs::Promotions20251201::ErrorList .new(arg0) ⇒ Peddler::APIs::Promotions20251201::ErrorList
162 163 |
# File 'sig/peddler/apis/promotions_2025_12_01.rbs', line 162
def self.new: (errors: Array[Peddler::APIs::Promotions20251201::Error]) -> Peddler::APIs::Promotions20251201::ErrorList
| (Array[Peddler::APIs::Promotions20251201::Error]) -> Peddler::APIs::Promotions20251201::ErrorList
|
.parse ⇒ Peddler::APIs::Promotions20251201::ErrorList
169 |
# File 'sig/peddler/apis/promotions_2025_12_01.rbs', line 169
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::Promotions20251201::ErrorList
|
Instance Method Details
#members ⇒ [ :errors ]
173 |
# File 'sig/peddler/apis/promotions_2025_12_01.rbs', line 173
def members: () -> [ :errors ]
|
#to_h ⇒ { errors: Array[Peddler::APIs::Promotions20251201::Error] }
174 |
# File 'sig/peddler/apis/promotions_2025_12_01.rbs', line 174
def to_h: () -> { errors: Array[Peddler::APIs::Promotions20251201::Error] }
|