Class: TestProf::TPSProf::GroupInfo
- Inherits:
-
Struct
- Object
- Struct
- TestProf::TPSProf::GroupInfo
- Defined in:
- lib/test_prof/tps_prof.rb
Instance Attribute Summary collapse
-
#examples_count ⇒ Object
Returns the value of attribute examples_count.
-
#group ⇒ Object
Returns the value of attribute group.
-
#location ⇒ Object
Returns the value of attribute location.
-
#penalty ⇒ Object
Returns the value of attribute penalty.
-
#total_time ⇒ Object
Returns the value of attribute total_time.
-
#tps ⇒ Object
Returns the value of attribute tps.
Instance Attribute Details
#examples_count ⇒ Object
Returns the value of attribute examples_count
19 20 21 |
# File 'lib/test_prof/tps_prof.rb', line 19 def examples_count @examples_count end |
#group ⇒ Object
Returns the value of attribute group
19 20 21 |
# File 'lib/test_prof/tps_prof.rb', line 19 def group @group end |
#location ⇒ Object
Returns the value of attribute location
19 20 21 |
# File 'lib/test_prof/tps_prof.rb', line 19 def location @location end |
#penalty ⇒ Object
Returns the value of attribute penalty
19 20 21 |
# File 'lib/test_prof/tps_prof.rb', line 19 def penalty @penalty end |
#total_time ⇒ Object
Returns the value of attribute total_time
19 20 21 |
# File 'lib/test_prof/tps_prof.rb', line 19 def total_time @total_time end |
#tps ⇒ Object
Returns the value of attribute tps
19 20 21 |
# File 'lib/test_prof/tps_prof.rb', line 19 def tps @tps end |