Class: Thingdeck::Thing
Instance Method Summary collapse
-
#initialize(wrapper) ⇒ Thing
constructor
A new instance of Thing.
- #properties ⇒ Object
Methods inherited from Item
#all, #create, #destroy, #find, #update
Constructor Details
#initialize(wrapper) ⇒ Thing
3 4 5 |
# File 'lib/thingdeck/thing.rb', line 3 def initialize(wrapper) super(wrapper, 'things') end |