Class: Chute::V2::Apps

Inherits:
Object
  • Object
show all
Defined in:
lib/chute/v2/apps.rb

Class Method Summary collapse

Class Method Details

.allObject



5
6
7
# File 'lib/chute/v2/apps.rb', line 5

def all
  Chute::Client.get "/v2/apps"
end

.find(id) ⇒ Object



9
10
11
# File 'lib/chute/v2/apps.rb', line 9

def find id
  Chute::Client.get "/v2/apps/#{id}"
end