Class: RSperantito::Project

Inherits:
Base
  • Object
show all
Defined in:
lib/rsperantito/project.rb

Class Method Summary collapse

Class Method Details

.find(id) ⇒ Object



5
6
7
# File 'lib/rsperantito/project.rb', line 5

def self.find(id)
  super(id, 'project')
end

.list(page = 1, **options) ⇒ Object



9
10
11
# File 'lib/rsperantito/project.rb', line 9

def self.list(page=1, **options)
  super(page, 'project', options)
end

.search(query, page = 1) ⇒ Object



13
14
15
# File 'lib/rsperantito/project.rb', line 13

def self.search(query, page=1)
  super(query, 'project', page)
end