lib/mls/models/listing.rb in mls-0.2.40 vs lib/mls/models/listing.rb in mls-0.2.41

- old
+ new

@@ -37,9 +37,10 @@ property :rate_units, String, :default => '/sqft/mo' property :rate_per_sqft_per_month, Decimal, :serialize => :false # need to make write methods for these that set rate to the according rate units. not accepted on api property :rate_per_sqft_per_year, Decimal, :serialize => :false property :monthly_rate, Decimal, :serialize => :false property :yearly_rate, Decimal, :serialize => :false + property :forecast_monthly_rate, Decimal, :serialize => :false property :sublease_expiration, DateTime property :available_on, DateTime property :maximum_term_length, Fixnum property :minimum_term_length, Fixnum