Method: Manuscript::Keymaster#initialize
- Defined in:
- lib/manuscript/keymaster.rb
#initialize(app, options = {}) ⇒ Keymaster
Returns a new instance of Keymaster.
4 5 6 7 |
# File 'lib/manuscript/keymaster.rb', line 4 def initialize(app, ={}) @app = app @hotink_account_id = [:hotink_account_id] || 1 end |