15 16 17
# File 'lib/wework/api/corp.rb', line 15 def agent(agent_id) Wework::Api::Agent.new(corp_id: corp_id, agent_id: agent_id, token_store: token_store) end