Class: PriceHubble::Property
- Inherits:
-
BaseEntity
- Object
- BaseEntity
- PriceHubble::Property
- Defined in:
- lib/pricehubble/entity/property.rb
Overview
The common PriceHubble property object.
Constant Summary collapse
- CONDITIONS =
All valid condition values
%i[renovation_needed well_maintained new_or_recently_renovated].freeze
- QUALITIES =
All valid quality values
%i[simple normal high_quality luxury].freeze
Instance Attribute Summary
Attributes inherited from BaseEntity
Method Summary
Methods inherited from BaseEntity
Constructor Details
This class inherits a constructor from PriceHubble::BaseEntity