class InContact::Agents

Public Instance Methods

all() click to toggle source
# File lib/incontact/agents.rb, line 3
def all
  connection.get("agents")
end
find(agent_id) click to toggle source
# File lib/incontact/agents.rb, line 7
def find(agent_id)
  connection.get("agents/#{agent_id}")
end