Class: TestProf::TPSProf::GroupInfo

Inherits:
Struct
  • Object
show all
Defined in:
lib/test_prof/tps_prof.rb

Instance Attribute Summary collapse

Instance Attribute Details

#examples_countObject

Returns the value of attribute examples_count

Returns:

  • (Object)

    the current value of examples_count



19
20
21
# File 'lib/test_prof/tps_prof.rb', line 19

def examples_count
  @examples_count
end

#groupObject

Returns the value of attribute group

Returns:

  • (Object)

    the current value of group



19
20
21
# File 'lib/test_prof/tps_prof.rb', line 19

def group
  @group
end

#locationObject

Returns the value of attribute location

Returns:

  • (Object)

    the current value of location



19
20
21
# File 'lib/test_prof/tps_prof.rb', line 19

def location
  @location
end

#penaltyObject

Returns the value of attribute penalty

Returns:

  • (Object)

    the current value of penalty



19
20
21
# File 'lib/test_prof/tps_prof.rb', line 19

def penalty
  @penalty
end

#total_timeObject

Returns the value of attribute total_time

Returns:

  • (Object)

    the current value of total_time



19
20
21
# File 'lib/test_prof/tps_prof.rb', line 19

def total_time
  @total_time
end

#tpsObject

Returns the value of attribute tps

Returns:

  • (Object)

    the current value of tps



19
20
21
# File 'lib/test_prof/tps_prof.rb', line 19

def tps
  @tps
end