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