Class: Peddler::APIs::SellerWallet20240301::BankAccountListing

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

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#accountsArray[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 ]

Returns:

  • ([ :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

.parsePeddler::APIs::SellerWallet20240301::BankAccountListing

Parameters:

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

Returns:



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 ]

Returns:

  • ([ :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] }

Returns:



79
# File 'sig/peddler/apis/seller_wallet_2024_03_01.rbs', line 79

def to_h: () -> { accounts: Array[Peddler::APIs::SellerWallet20240301::BankAccount] }