Class: StashAPI::Core

Inherits:
Resource show all
Defined in:
lib/stash_api/core.rb

Class Method Summary collapse

Methods inherited from Resource

add_resource_to_chain, create_resource, fetch, fetch_all, raise_resource_key_missing, reset_resource_chain, resource, resource_id, resource_path

Class Method Details

.projects(id = nil) ⇒ Object



5
6
7
8
# File 'lib/stash_api/core.rb', line 5

def projects(id = nil)
  add_resource_to_chain 0, 'projects', id
  Project
end