Class: Alt::Property
- Inherits:
-
Object
- Object
- Alt::Property
- Defined in:
- lib/alt/property.rb
Overview
Embeds the logic of a HouseCanary property.
Instance Method Summary collapse
-
#initialize(data = {}) ⇒ Property
constructor
A new instance of Property.
-
#property_details ⇒ Hash
Address information.
Constructor Details
#initialize(data = {}) ⇒ Property
Returns a new instance of Property.
11 12 13 |
# File 'lib/alt/property.rb', line 11 def initialize(data = {}) @data = data end |
Instance Method Details
#property_details ⇒ Hash
Returns Address information.
16 |
# File 'lib/alt/property.rb', line 16 def property_details = details[:property_details] |