Class: Thingdeck::Property
- Inherits:
-
NestedItem
- Object
- NestedItem
- Thingdeck::Property
- Defined in:
- lib/thingdeck/property.rb
Instance Method Summary collapse
-
#initialize(wrapper, parent) ⇒ Property
constructor
A new instance of Property.
- #update ⇒ Object
Methods inherited from NestedItem
#all, #create, #destroy, #find
Constructor Details
#initialize(wrapper, parent) ⇒ Property
Returns a new instance of Property.
3 4 5 |
# File 'lib/thingdeck/property.rb', line 3 def initialize(wrapper, parent) super(wrapper, parent, 'properties') end |
Instance Method Details
#update ⇒ Object
7 8 9 |
# File 'lib/thingdeck/property.rb', line 7 def update raise NotImplementedError end |