Class: PriceHubble::Property

Inherits:
BaseEntity show all
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

#_unmapped

Method Summary

Methods inherited from BaseEntity

inherited, #initialize

Constructor Details

This class inherits a constructor from PriceHubble::BaseEntity