Class: Bvr::Configuration

Inherits:
Struct
  • Object
show all
Defined in:
lib/bvr/configuration.rb

Instance Attribute Summary collapse

Instance Attribute Details

#passwordObject

Returns the value of attribute password

Returns:

  • (Object)

    the current value of password



2
3
4
# File 'lib/bvr/configuration.rb', line 2

def password
  @password
end

#usernameObject

Returns the value of attribute username

Returns:

  • (Object)

    the current value of username



2
3
4
# File 'lib/bvr/configuration.rb', line 2

def username
  @username
end