Class: Stackspec::Config

Inherits:
Struct
  • Object
show all
Includes:
Singleton
Defined in:
lib/stackspec/config.rb

Instance Attribute Summary collapse

Instance Attribute Details

#auth_urlObject

Returns the value of attribute auth_url

Returns:

  • (Object)

    the current value of auth_url



3
4
5
# File 'lib/stackspec/config.rb', line 3

def auth_url
  @auth_url
end

#passwordObject

Returns the value of attribute password

Returns:

  • (Object)

    the current value of password



3
4
5
# File 'lib/stackspec/config.rb', line 3

def password
  @password
end

#tenant_nameObject

Returns the value of attribute tenant_name

Returns:

  • (Object)

    the current value of tenant_name



3
4
5
# File 'lib/stackspec/config.rb', line 3

def tenant_name
  @tenant_name
end

#usernameObject

Returns the value of attribute username

Returns:

  • (Object)

    the current value of username



3
4
5
# File 'lib/stackspec/config.rb', line 3

def username
  @username
end