Class: Peddler::APIs::SellerWallet20240301::BankAccountListing
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::SellerWallet20240301::BankAccountListing
- Defined in:
- sig/peddler/apis/seller_wallet_2024_03_01.rbs
Instance Attribute Summary collapse
-
#accounts ⇒ Array[Peddler::APIs::SellerWallet20240301::BankAccount]
readonly
Returns the value of attribute accounts.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :accounts ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::SellerWallet20240301::BankAccountListing
Instance Method Summary collapse
-
#members ⇒ [ :accounts ]
-
#to_h ⇒ { accounts: Array[Peddler::APIs::SellerWallet20240301::BankAccount] }
Instance Attribute Details
#accounts ⇒ Array[Peddler::APIs::SellerWallet20240301::BankAccount] (readonly)
Returns the value of attribute accounts.
76 77 78 |
# File 'sig/peddler/apis/seller_wallet_2024_03_01.rbs', line 76 def accounts @accounts end |
Class Method Details
.[](accounts:) ⇒ Peddler::APIs::SellerWallet20240301::BankAccountListing .[](arg0) ⇒ Peddler::APIs::SellerWallet20240301::BankAccountListing
69 70 |
# File 'sig/peddler/apis/seller_wallet_2024_03_01.rbs', line 69
def self.[]: (accounts: Array[Peddler::APIs::SellerWallet20240301::BankAccount]) -> Peddler::APIs::SellerWallet20240301::BankAccountListing
| (Array[Peddler::APIs::SellerWallet20240301::BankAccount]) -> Peddler::APIs::SellerWallet20240301::BankAccountListing
|
.members ⇒ [ :accounts ]
72 |
# File 'sig/peddler/apis/seller_wallet_2024_03_01.rbs', line 72
def self.members: () -> [ :accounts ]
|
.new(accounts:) ⇒ Peddler::APIs::SellerWallet20240301::BankAccountListing .new(arg0) ⇒ Peddler::APIs::SellerWallet20240301::BankAccountListing
67 68 |
# File 'sig/peddler/apis/seller_wallet_2024_03_01.rbs', line 67
def self.new: (accounts: Array[Peddler::APIs::SellerWallet20240301::BankAccount]) -> Peddler::APIs::SellerWallet20240301::BankAccountListing
| (Array[Peddler::APIs::SellerWallet20240301::BankAccount]) -> Peddler::APIs::SellerWallet20240301::BankAccountListing
|
.parse ⇒ Peddler::APIs::SellerWallet20240301::BankAccountListing
74 |
# File 'sig/peddler/apis/seller_wallet_2024_03_01.rbs', line 74
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::SellerWallet20240301::BankAccountListing
|
Instance Method Details
#members ⇒ [ :accounts ]
78 |
# File 'sig/peddler/apis/seller_wallet_2024_03_01.rbs', line 78
def members: () -> [ :accounts ]
|
#to_h ⇒ { accounts: Array[Peddler::APIs::SellerWallet20240301::BankAccount] }
79 |
# File 'sig/peddler/apis/seller_wallet_2024_03_01.rbs', line 79
def to_h: () -> { accounts: Array[Peddler::APIs::SellerWallet20240301::BankAccount] }
|