Class: MetronomeSDK::Models::ContractWithoutAmendments::SpendTracker::AccumulatedSpend
- Inherits:
-
Internal::Type::BaseModel
show all
- Defined in:
- lib/metronome_sdk/models/contract_without_amendments.rb,
sig/metronome_sdk/models/contract_without_amendments.rbs
Overview
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
1269
|
# File 'sig/metronome_sdk/models/contract_without_amendments.rbs', line 1269
def initialize: (
|
Instance Attribute Details
#amount ⇒ Float
1328
|
# File 'lib/metronome_sdk/models/contract_without_amendments.rb', line 1328
required :amount, Float
|
#period_ending_before ⇒ Time
1333
|
# File 'lib/metronome_sdk/models/contract_without_amendments.rb', line 1333
required :period_ending_before, Time
|
#period_starting_at ⇒ Time
1338
|
# File 'lib/metronome_sdk/models/contract_without_amendments.rb', line 1338
required :period_starting_at, Time
|
Instance Method Details
#to_hash ⇒ {
1275
|
# File 'sig/metronome_sdk/models/contract_without_amendments.rbs', line 1275
def to_hash: -> {
|