Method: MagLoft::Api#initialize
- Defined in:
- lib/magloft/api.rb
#initialize(token) ⇒ Api
Returns a new instance of Api.
19 20 21 |
# File 'lib/magloft/api.rb', line 19 def initialize(token) @token = token end |
Returns a new instance of Api.
19 20 21 |
# File 'lib/magloft/api.rb', line 19 def initialize(token) @token = token end |