Class: Peddler::APIs::SellerWallet20240301::BalanceListing
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::SellerWallet20240301::BalanceListing
- Defined in:
- sig/peddler/apis/seller_wallet_2024_03_01.rbs
Instance Attribute Summary collapse
-
#balances ⇒ Array[Peddler::APIs::SellerWallet20240301::Balance]?
readonly
Returns the value of attribute balances.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :balances ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::SellerWallet20240301::BalanceListing
Instance Method Summary collapse
Instance Attribute Details
#balances ⇒ Array[Peddler::APIs::SellerWallet20240301::Balance]? (readonly)
Returns the value of attribute balances.
34 35 36 |
# File 'sig/peddler/apis/seller_wallet_2024_03_01.rbs', line 34 def balances @balances end |
Class Method Details
.[](balances:) ⇒ Peddler::APIs::SellerWallet20240301::BalanceListing .[](arg0) ⇒ Peddler::APIs::SellerWallet20240301::BalanceListing
27 28 |
# File 'sig/peddler/apis/seller_wallet_2024_03_01.rbs', line 27
def self.[]: (?balances: Array[Peddler::APIs::SellerWallet20240301::Balance]?) -> Peddler::APIs::SellerWallet20240301::BalanceListing
| (Array[Peddler::APIs::SellerWallet20240301::Balance]?) -> Peddler::APIs::SellerWallet20240301::BalanceListing
|
.members ⇒ [ :balances ]
30 |
# File 'sig/peddler/apis/seller_wallet_2024_03_01.rbs', line 30
def self.members: () -> [ :balances ]
|
.new(balances:) ⇒ Peddler::APIs::SellerWallet20240301::BalanceListing .new(arg0) ⇒ Peddler::APIs::SellerWallet20240301::BalanceListing
25 26 |
# File 'sig/peddler/apis/seller_wallet_2024_03_01.rbs', line 25
def self.new: (?balances: Array[Peddler::APIs::SellerWallet20240301::Balance]?) -> Peddler::APIs::SellerWallet20240301::BalanceListing
| (Array[Peddler::APIs::SellerWallet20240301::Balance]?) -> Peddler::APIs::SellerWallet20240301::BalanceListing
|
.parse ⇒ Peddler::APIs::SellerWallet20240301::BalanceListing
32 |
# File 'sig/peddler/apis/seller_wallet_2024_03_01.rbs', line 32
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::SellerWallet20240301::BalanceListing
|
Instance Method Details
#members ⇒ [ :balances ]
36 |
# File 'sig/peddler/apis/seller_wallet_2024_03_01.rbs', line 36
def members: () -> [ :balances ]
|
#to_h ⇒ { balances: Array[Peddler::APIs::SellerWallet20240301::Balance]? }
37 |
# File 'sig/peddler/apis/seller_wallet_2024_03_01.rbs', line 37
def to_h: () -> { balances: Array[Peddler::APIs::SellerWallet20240301::Balance]? }
|