Class: Scooter::HttpDispatchers::ConsoleDispatcher::Credentials

Inherits:
Struct
  • Object
show all
Defined in:
lib/scooter/httpdispatchers/consoledispatcher.rb

Instance Attribute Summary collapse

Instance Attribute Details

#loginObject

Returns the value of attribute login

Returns:

  • (Object)

    the current value of login



46
47
48
# File 'lib/scooter/httpdispatchers/consoledispatcher.rb', line 46

def 
  @login
end

#passwordObject

Returns the value of attribute password

Returns:

  • (Object)

    the current value of password



46
47
48
# File 'lib/scooter/httpdispatchers/consoledispatcher.rb', line 46

def password
  @password
end