Class: YieldStarClient::UnitRate
- Inherits:
-
Modelish::Base
- Object
- Modelish::Base
- YieldStarClient::UnitRate
- Defined in:
- lib/yield_star_client/lease_term_rent_methods.rb
Overview
Represents common unit rate information.
Direct Known Subclasses
Instance Attribute Summary collapse
-
#best ⇒ true, false
indicates whether this is the best (i.e. highest) rent for the unit; defaults to true.
-
#building ⇒ String
the building in which the unit is located.
-
#end_date ⇒ Date
the date the proposed lease will expire.
-
#external_property_id ⇒ String
the ID of the property where the unit is located.
-
#final_rent ⇒ Integer
the effective rent for the current lease.
-
#lease_term ⇒ Integer
the length, in months, of the lease term.
-
#market_rent ⇒ Integer
the market rent for the current lease.
-
#unit_number ⇒ String
the unit number identifying this unit.
Instance Attribute Details
#best ⇒ true, false
indicates whether this is the best (i.e. highest) rent for the unit; defaults to true
16 17 18 |
# File 'lib/yield_star_client/lease_term_rent_methods.rb', line 16 def best @best end |
#building ⇒ String
the building in which the unit is located
16 17 18 |
# File 'lib/yield_star_client/lease_term_rent_methods.rb', line 16 def building @building end |
#end_date ⇒ Date
the date the proposed lease will expire
16 17 18 |
# File 'lib/yield_star_client/lease_term_rent_methods.rb', line 16 def end_date @end_date end |
#external_property_id ⇒ String
the ID of the property where the unit is located
16 17 18 |
# File 'lib/yield_star_client/lease_term_rent_methods.rb', line 16 def external_property_id @external_property_id end |
#final_rent ⇒ Integer
the effective rent for the current lease
16 17 18 |
# File 'lib/yield_star_client/lease_term_rent_methods.rb', line 16 def final_rent @final_rent end |
#lease_term ⇒ Integer
the length, in months, of the lease term
16 17 18 |
# File 'lib/yield_star_client/lease_term_rent_methods.rb', line 16 def lease_term @lease_term end |
#market_rent ⇒ Integer
the market rent for the current lease
16 17 18 |
# File 'lib/yield_star_client/lease_term_rent_methods.rb', line 16 def market_rent @market_rent end |
#unit_number ⇒ String
the unit number identifying this unit
16 17 18 |
# File 'lib/yield_star_client/lease_term_rent_methods.rb', line 16 def unit_number @unit_number end |