Class: GatlingConfiguration

Inherits:
Object
  • Object
show all
Defined in:
lib/GatlingRake.rb

Instance Attribute Summary collapse

Instance Attribute Details

#gatling_file_locationObject

Returns the value of attribute gatling_file_location.



35
36
37
# File 'lib/GatlingRake.rb', line 35

def gatling_file_location
  @gatling_file_location
end

#load_test_rootObject

Returns the value of attribute load_test_root.



35
36
37
# File 'lib/GatlingRake.rb', line 35

def load_test_root
  @load_test_root
end

#results_directoryObject

Returns the value of attribute results_directory.



35
36
37
# File 'lib/GatlingRake.rb', line 35

def results_directory
  @results_directory
end

#simulationObject

Returns the value of attribute simulation.



35
36
37
# File 'lib/GatlingRake.rb', line 35

def simulation
  @simulation
end

#simulation_descriptionObject

Returns the value of attribute simulation_description.



35
36
37
# File 'lib/GatlingRake.rb', line 35

def simulation_description
  @simulation_description
end