Method: Wework::Api::Base#initialize

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

#initialize(corp_id, agent_id, agent_secret, options = {}) ⇒ Base

Returns a new instance of Base.



12
13
14
15
16
17
# File 'lib/wework/api/base.rb', line 12

def initialize(corp_id, agent_id, agent_secret, options={})
  @corp_id      = corp_id
  @agent_id     = agent_id
  @agent_secret = agent_secret
  @options      = options
end