Class: TestAbstractions::Configuration
- Inherits:
-
Object
- Object
- TestAbstractions::Configuration
- Defined in:
- lib/test_abstractions/configuration.rb
Instance Attribute Summary collapse
-
#base_uri ⇒ Object
Returns the value of attribute base_uri.
-
#driver_name ⇒ Object
Returns the value of attribute driver_name.
Class Method Summary collapse
Instance Attribute Details
#base_uri ⇒ Object
Returns the value of attribute base_uri.
9 10 11 |
# File 'lib/test_abstractions/configuration.rb', line 9 def base_uri @base_uri end |
#driver_name ⇒ Object
Returns the value of attribute driver_name.
10 11 12 |
# File 'lib/test_abstractions/configuration.rb', line 10 def driver_name @driver_name end |
Class Method Details
.instance ⇒ Object
12 13 14 |
# File 'lib/test_abstractions/configuration.rb', line 12 def self.instance @instance ||= new end |