Method: Wework::Api::Base#initialize

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

#initialize(corp_id, app_id, app_secret, options = {}) ⇒ Base

Returns a new instance of Base.



18
19
20
21
22
23
# File 'lib/wework/api/base.rb', line 18

def initialize(corp_id, app_id, app_secret, options={})
  @corp_id      = corp_id
  @app_id       = app_id
  @app_secret   = app_secret
  @options      = options
end