Method: Mush::AuthenticatedService#initialize
- Defined in:
- lib/mush/authenticated_service.rb
#initialize ⇒ AuthenticatedService
Returns a new instance of AuthenticatedService.
7 8 9 10 |
# File 'lib/mush/authenticated_service.rb', line 7 def initialize @login = '' @apikey = '' end |