Class: Increase::Models::Program::Lending
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Increase::Models::Program::Lending
- Defined in:
- lib/increase/models/program.rb,
sig/increase/models/program.rbs
Overview
Instance Attribute Summary collapse
-
#maximum_extendable_credit ⇒ Integer
The maximum extendable credit of the program.
Instance Method Summary collapse
-
#initialize ⇒ Lending
constructor
A new instance of Lending.
- #to_hash ⇒ { maximum_extendable_credit: Integer }
Methods inherited from Internal::Type::BaseModel
==, #==, #[], 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
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize ⇒ Lending
Returns a new instance of Lending.
86 |
# File 'sig/increase/models/program.rbs', line 86
def initialize: (maximum_extendable_credit: Integer) -> void
|
Instance Attribute Details
#maximum_extendable_credit ⇒ Integer
The maximum extendable credit of the program.
126 |
# File 'lib/increase/models/program.rb', line 126 required :maximum_extendable_credit, Integer |
Instance Method Details
#to_hash ⇒ { maximum_extendable_credit: Integer }
88 |
# File 'sig/increase/models/program.rbs', line 88
def to_hash: -> { maximum_extendable_credit: Integer }
|