class Thingdeck::Property

Public Class Methods

new(wrapper, parent) click to toggle source
Calls superclass method Thingdeck::NestedItem::new
# File lib/thingdeck/property.rb, line 3
def initialize(wrapper, parent)
  super(wrapper, parent, 'properties')
end

Public Instance Methods

update() click to toggle source
# File lib/thingdeck/property.rb, line 7
def update
  raise NotImplementedError
end