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.
-
#description ⇒ Object
Returns the value of attribute description.
-
#effectiveDate ⇒ Object
Returns the value of attribute effectiveDate.
-
#expireDate ⇒ Object
Returns the value of attribute expireDate.
-
#maximumAmount ⇒ Object
Returns the value of attribute maximumAmount.
-
#minimumAmount ⇒ Object
Returns the value of attribute minimumAmount.
-
#rateEffectiveDate ⇒ Object
Returns the value of attribute rateEffectiveDate.
-
#rateExpireDate ⇒ Object
Returns the value of attribute rateExpireDate.
-
#tier ⇒ Object
Returns the value of attribute tier.
Method Summary
Methods inherited from JsonBase
#from_json!, #is_hash?, #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 |
#description ⇒ Object
Returns the value of attribute description.
14 15 16 |
# File 'lib/corepro/models/program_interest_rate.rb', line 14 def description @description end |
#effectiveDate ⇒ Object
Returns the value of attribute effectiveDate.
10 11 12 |
# File 'lib/corepro/models/program_interest_rate.rb', line 10 def effectiveDate @effectiveDate end |
#expireDate ⇒ Object
Returns the value of attribute expireDate.
11 12 13 |
# File 'lib/corepro/models/program_interest_rate.rb', line 11 def expireDate @expireDate 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 |
#rateEffectiveDate ⇒ Object
Returns the value of attribute rateEffectiveDate.
12 13 14 |
# File 'lib/corepro/models/program_interest_rate.rb', line 12 def rateEffectiveDate @rateEffectiveDate end |
#rateExpireDate ⇒ Object
Returns the value of attribute rateExpireDate.
13 14 15 |
# File 'lib/corepro/models/program_interest_rate.rb', line 13 def rateExpireDate @rateExpireDate 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 |