Class: Bitlyr::Strategy::ApiKey
- Includes:
- HTTParty
- Defined in:
- lib/bitlyr/strategy/api_key.rb
Instance Method Summary collapse
-
#initialize(login, api_key) ⇒ ApiKey
constructor
A new instance of ApiKey.
Methods inherited from Base
Constructor Details
#initialize(login, api_key) ⇒ ApiKey
Returns a new instance of ApiKey.
17 18 19 20 |
# File 'lib/bitlyr/strategy/api_key.rb', line 17 def initialize(login, api_key) @login = login @api_key = api_key end |