Class: ModernTreasury::Models::LedgerAccountListParams::Balances
- 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
219
|
# File 'sig/modern_treasury/models/ledger_account_list_params.rbs', line 219
def initialize: (
|
Instance Attribute Details
#as_of_date ⇒ Date?
199
|
# File 'lib/modern_treasury/models/ledger_account_list_params.rb', line 199
optional :as_of_date, Date
|
#effective_at ⇒ Time?
204
|
# File 'lib/modern_treasury/models/ledger_account_list_params.rb', line 204
optional :effective_at, Time
|
#effective_at_lower_bound ⇒ Time?
209
|
# File 'lib/modern_treasury/models/ledger_account_list_params.rb', line 209
optional :effective_at_lower_bound, Time
|
#effective_at_upper_bound ⇒ Time?
214
|
# File 'lib/modern_treasury/models/ledger_account_list_params.rb', line 214
optional :effective_at_upper_bound, Time
|
Instance Method Details
#to_hash ⇒ {
226
|
# File 'sig/modern_treasury/models/ledger_account_list_params.rbs', line 226
def to_hash: -> {
|