Class: Puree::Project
Overview
Project resource
Instance Method Summary collapse
-
#initialize ⇒ Project
constructor
A new instance of Project.
Methods inherited from Resource
#content, #get, #response, #set_content
Constructor Details
#initialize ⇒ Project
Returns a new instance of Project.
7 8 9 |
# File 'lib/puree/project.rb', line 7 def initialize super(:project) end |