Class: BunyanVariable

Inherits:
Struct
  • Object
show all
Defined in:
lib/bunyan_capybara/bunyan_variable_extractor.rb

Instance Attribute Summary collapse

Instance Attribute Details

#application_name_under_testObject

Returns the value of attribute application_name_under_test

Returns:

  • (Object)

    the current value of 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_testObject

Returns the value of attribute environment_under_test

Returns:

  • (Object)

    the current value of 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_directoryObject

Returns the value of attribute path_to_spec_directory

Returns:

  • (Object)

    the current value of 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_typeObject

Returns the value of attribute test_type

Returns:

  • (Object)

    the current value of test_type



1
2
3
# File 'lib/bunyan_capybara/bunyan_variable_extractor.rb', line 1

def test_type
  @test_type
end