Module: GrooveHQ::Client::Agents

Included in:
GrooveHQ::Client
Defined in:
lib/groovehq/client/agents.rb

Instance Method Summary collapse

Instance Method Details

#agent(email) ⇒ Object



6
7
8
# File 'lib/groovehq/client/agents.rb', line 6

def agent(email)
  get("/agents/#{email}")
end

#agents(options = {}) ⇒ Object



10
11
12
# File 'lib/groovehq/client/agents.rb', line 10

def agents(options = {})
  get("/agents", options)
end