Class: Peddler::APIs::SellerWallet20240301::ErrorList
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::SellerWallet20240301::ErrorList
- Defined in:
- sig/peddler/apis/seller_wallet_2024_03_01.rbs
Instance Attribute Summary collapse
-
#errors ⇒ Array[Peddler::APIs::SellerWallet20240301::Error]
readonly
Returns the value of attribute errors.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :errors ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::SellerWallet20240301::ErrorList
Instance Method Summary collapse
Instance Attribute Details
#errors ⇒ Array[Peddler::APIs::SellerWallet20240301::Error] (readonly)
Returns the value of attribute errors.
145 146 147 |
# File 'sig/peddler/apis/seller_wallet_2024_03_01.rbs', line 145 def errors @errors end |
Class Method Details
.[](errors:) ⇒ Peddler::APIs::SellerWallet20240301::ErrorList .[](arg0) ⇒ Peddler::APIs::SellerWallet20240301::ErrorList
138 139 |
# File 'sig/peddler/apis/seller_wallet_2024_03_01.rbs', line 138
def self.[]: (errors: Array[Peddler::APIs::SellerWallet20240301::Error]) -> Peddler::APIs::SellerWallet20240301::ErrorList
| (Array[Peddler::APIs::SellerWallet20240301::Error]) -> Peddler::APIs::SellerWallet20240301::ErrorList
|
.members ⇒ [ :errors ]
141 |
# File 'sig/peddler/apis/seller_wallet_2024_03_01.rbs', line 141
def self.members: () -> [ :errors ]
|
.new(errors:) ⇒ Peddler::APIs::SellerWallet20240301::ErrorList .new(arg0) ⇒ Peddler::APIs::SellerWallet20240301::ErrorList
136 137 |
# File 'sig/peddler/apis/seller_wallet_2024_03_01.rbs', line 136
def self.new: (errors: Array[Peddler::APIs::SellerWallet20240301::Error]) -> Peddler::APIs::SellerWallet20240301::ErrorList
| (Array[Peddler::APIs::SellerWallet20240301::Error]) -> Peddler::APIs::SellerWallet20240301::ErrorList
|
.parse ⇒ Peddler::APIs::SellerWallet20240301::ErrorList
143 |
# File 'sig/peddler/apis/seller_wallet_2024_03_01.rbs', line 143
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::SellerWallet20240301::ErrorList
|
Instance Method Details
#members ⇒ [ :errors ]
147 |
# File 'sig/peddler/apis/seller_wallet_2024_03_01.rbs', line 147
def members: () -> [ :errors ]
|
#to_h ⇒ { errors: Array[Peddler::APIs::SellerWallet20240301::Error] }
148 |
# File 'sig/peddler/apis/seller_wallet_2024_03_01.rbs', line 148
def to_h: () -> { errors: Array[Peddler::APIs::SellerWallet20240301::Error] }
|