Method: Wework::Api::Base#initialize
- Defined in:
- lib/wework/api/base.rb
#initialize(options = {}) ⇒ Base
16 17 18 19 20 21 |
# File 'lib/wework/api/base.rb', line 16 def initialize ={} @corp_id = .delete(:corp_id) @secret = .delete(:secret) @token_store = .delete(:token_store) @options = end |