Class: CorePro::Models::ProgramInterestRate
- Defined in:
- lib/corepro/models/program_interest_rate.rb
Instance Attribute Summary collapse
-
#apr ⇒ Object
Returns the value of attribute apr.
-
#apy ⇒ Object
Returns the value of attribute apy.
-
#maximumAmount ⇒ Object
Returns the value of attribute maximumAmount.
-
#minimumAmount ⇒ Object
Returns the value of attribute minimumAmount.
-
#tier ⇒ Object
Returns the value of attribute tier.
Method Summary
Methods inherited from JsonBase
#from_json!, #to_hash, #to_json
Instance Attribute Details
#apr ⇒ Object
Returns the value of attribute apr.
7 8 9 |
# File 'lib/corepro/models/program_interest_rate.rb', line 7 def apr @apr end |
#apy ⇒ Object
Returns the value of attribute apy.
6 7 8 |
# File 'lib/corepro/models/program_interest_rate.rb', line 6 def apy @apy end |
#maximumAmount ⇒ Object
Returns the value of attribute maximumAmount.
9 10 11 |
# File 'lib/corepro/models/program_interest_rate.rb', line 9 def maximumAmount @maximumAmount end |
#minimumAmount ⇒ Object
Returns the value of attribute minimumAmount.
8 9 10 |
# File 'lib/corepro/models/program_interest_rate.rb', line 8 def minimumAmount @minimumAmount end |
#tier ⇒ Object
Returns the value of attribute tier.
5 6 7 |
# File 'lib/corepro/models/program_interest_rate.rb', line 5 def tier @tier end |