Class: Corkscrews::Controller::Round
- Inherits:
-
Struct
- Object
- Struct
- Corkscrews::Controller::Round
- Defined in:
- lib/corkscrews/controller.rb
Instance Attribute Summary collapse
-
#baseline ⇒ Object
Returns the value of attribute baseline.
-
#id ⇒ Object
Returns the value of attribute id.
-
#physical_duration_ns ⇒ Object
Returns the value of attribute physical_duration_ns.
-
#speedup_pct ⇒ Object
Returns the value of attribute speedup_pct.
-
#target ⇒ Object
Returns the value of attribute target.
-
#virtual_duration_ns ⇒ Object
Returns the value of attribute virtual_duration_ns.
-
#visits ⇒ Object
Returns the value of attribute visits.
Instance Attribute Details
#baseline ⇒ Object
Returns the value of attribute baseline
12 13 14 |
# File 'lib/corkscrews/controller.rb', line 12 def baseline @baseline end |
#id ⇒ Object
Returns the value of attribute id
12 13 14 |
# File 'lib/corkscrews/controller.rb', line 12 def id @id end |
#physical_duration_ns ⇒ Object
Returns the value of attribute physical_duration_ns
12 13 14 |
# File 'lib/corkscrews/controller.rb', line 12 def physical_duration_ns @physical_duration_ns end |
#speedup_pct ⇒ Object
Returns the value of attribute speedup_pct
12 13 14 |
# File 'lib/corkscrews/controller.rb', line 12 def speedup_pct @speedup_pct end |
#target ⇒ Object
Returns the value of attribute target
12 13 14 |
# File 'lib/corkscrews/controller.rb', line 12 def target @target end |
#virtual_duration_ns ⇒ Object
Returns the value of attribute virtual_duration_ns
12 13 14 |
# File 'lib/corkscrews/controller.rb', line 12 def virtual_duration_ns @virtual_duration_ns end |
#visits ⇒ Object
Returns the value of attribute visits
12 13 14 |
# File 'lib/corkscrews/controller.rb', line 12 def visits @visits end |