Method: Wework::Engine#initialize
- Defined in:
- lib/wework/engine.rb
#initialize(options = {}) ⇒ Engine
Returns a new instance of Engine.
6 7 8 9 10 11 |
# File 'lib/wework/engine.rb', line 6 def initialize(={}) @corp_id = [:corp_id] @corp_secret = [:corp_secret] @app_id = [:app_id] @app_secret = [:app_secret] end |