Class: Thingdeck::Property

Inherits:
NestedItem show all
Defined in:
lib/thingdeck/property.rb

Instance Method Summary collapse

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

#updateObject

Raises:

  • (NotImplementedError)


7
8
9
# File 'lib/thingdeck/property.rb', line 7

def update
  raise NotImplementedError
end