Class: Puree::REST::Project
- Includes:
- ActiveMixin
- Defined in:
- lib/puree/rest/project.rb
Overview
Requests for the Project resource
Instance Method Summary collapse
-
#initialize(config) ⇒ Project
constructor
A new instance of Project.
Methods included from ActiveMixin
Methods inherited from Base
#all, #find, #orderings, #renderings
Constructor Details
#initialize(config) ⇒ Project
Returns a new instance of Project.
13 14 15 |
# File 'lib/puree/rest/project.rb', line 13 def initialize(config) super end |