Class: Cc::Api::Util::ConfigReader::License

Inherits:
Struct
  • Object
show all
Defined in:
lib/cc/api/util/config_reader.rb

Instance Attribute Summary collapse

Instance Attribute Details

#passwordObject

Returns the value of attribute password

Returns:

  • (Object)

    the current value of password



8
9
10
# File 'lib/cc/api/util/config_reader.rb', line 8

def password
  @password
end

#usernameObject

Returns the value of attribute username

Returns:

  • (Object)

    the current value of username



8
9
10
# File 'lib/cc/api/util/config_reader.rb', line 8

def username
  @username
end