Class: CorePro::Models::ProgramInterestRate

Inherits:
JsonBase
  • Object
show all
Defined in:
lib/corepro/models/program_interest_rate.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from JsonBase

#from_json!, #to_hash, #to_json

Instance Attribute Details

#aprObject

Returns the value of attribute apr.



7
8
9
# File 'lib/corepro/models/program_interest_rate.rb', line 7

def apr
  @apr
end

#apyObject

Returns the value of attribute apy.



6
7
8
# File 'lib/corepro/models/program_interest_rate.rb', line 6

def apy
  @apy
end

#maximumAmountObject

Returns the value of attribute maximumAmount.



9
10
11
# File 'lib/corepro/models/program_interest_rate.rb', line 9

def maximumAmount
  @maximumAmount
end

#minimumAmountObject

Returns the value of attribute minimumAmount.



8
9
10
# File 'lib/corepro/models/program_interest_rate.rb', line 8

def minimumAmount
  @minimumAmount
end

#tierObject

Returns the value of attribute tier.



5
6
7
# File 'lib/corepro/models/program_interest_rate.rb', line 5

def tier
  @tier
end