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!, #is_hash?, #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

#descriptionObject

Returns the value of attribute description.



14
15
16
# File 'lib/corepro/models/program_interest_rate.rb', line 14

def description
  @description
end

#effectiveDateObject

Returns the value of attribute effectiveDate.



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

def effectiveDate
  @effectiveDate
end

#expireDateObject

Returns the value of attribute expireDate.



11
12
13
# File 'lib/corepro/models/program_interest_rate.rb', line 11

def expireDate
  @expireDate
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

#rateEffectiveDateObject

Returns the value of attribute rateEffectiveDate.



12
13
14
# File 'lib/corepro/models/program_interest_rate.rb', line 12

def rateEffectiveDate
  @rateEffectiveDate
end

#rateExpireDateObject

Returns the value of attribute rateExpireDate.



13
14
15
# File 'lib/corepro/models/program_interest_rate.rb', line 13

def rateExpireDate
  @rateExpireDate
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