Class: Bitlyr::Strategy::ApiKey

Inherits:
Base
  • Object
show all
Includes:
HTTParty
Defined in:
lib/bitlyr/strategy/api_key.rb

Instance Method Summary collapse

Methods inherited from Base

#request, #validate

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(, api_key)
  @login   = 
  @api_key = api_key
end