Class: Restool::Settings::Models::BasicAuthentication

Inherits:
Struct
  • Object
show all
Defined in:
lib/restool/settings/models.rb

Instance Attribute Summary collapse

Instance Attribute Details

#passwordObject

Returns the value of attribute password

Returns:

  • (Object)

    the current value of password



10
11
12
# File 'lib/restool/settings/models.rb', line 10

def password
  @password
end

#userObject

Returns the value of attribute user

Returns:

  • (Object)

    the current value of user



10
11
12
# File 'lib/restool/settings/models.rb', line 10

def user
  @user
end