Class: BunyanVariable
- Inherits:
-
Struct
- Object
- Struct
- BunyanVariable
- Defined in:
- lib/bunyan_capybara/bunyan_variable_extractor.rb
Instance Attribute Summary collapse
-
#application_name_under_test ⇒ Object
Returns the value of attribute application_name_under_test.
-
#environment_under_test ⇒ Object
Returns the value of attribute environment_under_test.
-
#path_to_spec_directory ⇒ Object
Returns the value of attribute path_to_spec_directory.
-
#test_type ⇒ Object
Returns the value of attribute test_type.
Instance Attribute Details
#application_name_under_test ⇒ Object
Returns the value of attribute application_name_under_test
1 2 3 |
# File 'lib/bunyan_capybara/bunyan_variable_extractor.rb', line 1 def application_name_under_test @application_name_under_test end |
#environment_under_test ⇒ Object
Returns the value of attribute environment_under_test
1 2 3 |
# File 'lib/bunyan_capybara/bunyan_variable_extractor.rb', line 1 def environment_under_test @environment_under_test end |
#path_to_spec_directory ⇒ Object
Returns the value of attribute path_to_spec_directory
1 2 3 |
# File 'lib/bunyan_capybara/bunyan_variable_extractor.rb', line 1 def path_to_spec_directory @path_to_spec_directory end |
#test_type ⇒ Object
Returns the value of attribute test_type
1 2 3 |
# File 'lib/bunyan_capybara/bunyan_variable_extractor.rb', line 1 def test_type @test_type end |