Method: Wework::Api::Corp#agent

Defined in:
lib/wework/api/corp.rb

#agent(agent_id) ⇒ Object



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