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, #created, #get, #modified, #response, #set_content, #uuid

Constructor Details

#initialize(endpoint: nil, username: nil, password: nil) ⇒ Project



10
11
12
13
14
15
# File 'lib/puree/project.rb', line 10

def initialize(endpoint: nil, username: nil, password: nil)
  super(api: :project,
        endpoint: endpoint,
        username: username,
        password: password)
end

Instance Method Details

#metadataHash

All metadata



20
21
22
# File 'lib/puree/project.rb', line 20

def 
  super
end