Class: ModernTreasury::Models::LedgerAccountListParams::PendingBalanceAmount
- Inherits:
-
Internal::Type::BaseModel
show all
- Defined in:
- lib/modern_treasury/models/ledger_account_list_params.rb,
sig/modern_treasury/models/ledger_account_list_params.rbs
Instance Attribute Summary collapse
Instance Method Summary
collapse
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize ⇒ Object
269
|
# File 'sig/modern_treasury/models/ledger_account_list_params.rbs', line 269
def initialize: (
|
Instance Attribute Details
#eq ⇒ Integer?
233
|
# File 'lib/modern_treasury/models/ledger_account_list_params.rb', line 233
optional :eq, Integer
|
#gt ⇒ Integer?
238
|
# File 'lib/modern_treasury/models/ledger_account_list_params.rb', line 238
optional :gt, Integer
|
#gte ⇒ Integer?
243
|
# File 'lib/modern_treasury/models/ledger_account_list_params.rb', line 243
optional :gte, Integer
|
#lt ⇒ Integer?
248
|
# File 'lib/modern_treasury/models/ledger_account_list_params.rb', line 248
optional :lt, Integer
|
#lte ⇒ Integer?
253
|
# File 'lib/modern_treasury/models/ledger_account_list_params.rb', line 253
optional :lte, Integer
|
#not_eq ⇒ Integer?
258
|
# File 'lib/modern_treasury/models/ledger_account_list_params.rb', line 258
optional :not_eq, Integer
|
Instance Method Details
#to_hash ⇒ {
278
|
# File 'sig/modern_treasury/models/ledger_account_list_params.rbs', line 278
def to_hash: -> {
|