Module: MetronomeSDK::Models::ContractWithoutAmendments::SpendTracker::ApplicableSpendSpecifier::Source
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/metronome_sdk/models/contract_without_amendments.rb,
sig/metronome_sdk/models/contract_without_amendments.rbs
Constant Summary collapse
- THRESHOLD_RECHARGE =
:THRESHOLD_RECHARGE- MANUAL =
:MANUAL
Instance Method Summary collapse
- #initialize(sources:, spend_type:, discounted: nil) ⇒ Object
- #self?.values ⇒ ::Array[MetronomeSDK::Models::ContractWithoutAmendments::SpendTracker::ApplicableSpendSpecifier::source]
Methods included from Internal::Type::Enum
==, ===, coerce, dump, hash, inspect, to_sorbet_type, values, values
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Instance Method Details
#initialize(sources:, spend_type:, discounted: nil) ⇒ Object
1280 1281 1282 1283 1284 1285 1286 1287 1288 |
# File 'lib/metronome_sdk/models/contract_without_amendments.rb', line 1280 module Source extend MetronomeSDK::Internal::Type::Enum THRESHOLD_RECHARGE = :THRESHOLD_RECHARGE MANUAL = :MANUAL # @!method self.values # @return [Array<Symbol>] end |
#self?.values ⇒ ::Array[MetronomeSDK::Models::ContractWithoutAmendments::SpendTracker::ApplicableSpendSpecifier::source]
1219 |
# File 'sig/metronome_sdk/models/contract_without_amendments.rbs', line 1219
def self?.values: -> ::Array[MetronomeSDK::Models::ContractWithoutAmendments::SpendTracker::ApplicableSpendSpecifier::source]
|