Class: Puree::Project

Inherits:
Resource show all
Defined in:
lib/puree/project.rb

Overview

Project resource

Instance Method Summary collapse

Methods inherited from Resource

#content, #get, #response, #set_content

Constructor Details

#initializeProject

Returns a new instance of Project.



7
8
9
# File 'lib/puree/project.rb', line 7

def initialize
  super(:project)
end