Class: Stackspec::Config
- Inherits:
-
Struct
- Object
- Struct
- Stackspec::Config
- Includes:
- Singleton
- Defined in:
- lib/stackspec/config.rb
Instance Attribute Summary collapse
-
#auth_url ⇒ Object
Returns the value of attribute auth_url.
-
#password ⇒ Object
Returns the value of attribute password.
-
#tenant_name ⇒ Object
Returns the value of attribute tenant_name.
-
#username ⇒ Object
Returns the value of attribute username.
Instance Attribute Details
#auth_url ⇒ Object
Returns the value of attribute auth_url
3 4 5 |
# File 'lib/stackspec/config.rb', line 3 def auth_url @auth_url end |
#password ⇒ Object
Returns the value of attribute password
3 4 5 |
# File 'lib/stackspec/config.rb', line 3 def password @password end |
#tenant_name ⇒ Object
Returns the value of attribute tenant_name
3 4 5 |
# File 'lib/stackspec/config.rb', line 3 def tenant_name @tenant_name end |
#username ⇒ Object
Returns the value of attribute username
3 4 5 |
# File 'lib/stackspec/config.rb', line 3 def username @username end |