Class: Dash::Timings::Entry
- Inherits:
-
Struct
- Object
- Struct
- Dash::Timings::Entry
- Defined in:
- lib/dash/timings.rb
Instance Attribute Summary collapse
-
#depth ⇒ Object
Returns the value of attribute depth.
-
#detail ⇒ Object
Returns the value of attribute detail.
-
#name ⇒ Object
Returns the value of attribute name.
-
#seconds ⇒ Object
Returns the value of attribute seconds.
Instance Attribute Details
#depth ⇒ Object
Returns the value of attribute depth
9 10 11 |
# File 'lib/dash/timings.rb', line 9 def depth @depth end |
#detail ⇒ Object
Returns the value of attribute detail
9 10 11 |
# File 'lib/dash/timings.rb', line 9 def detail @detail end |
#name ⇒ Object
Returns the value of attribute name
9 10 11 |
# File 'lib/dash/timings.rb', line 9 def name @name end |
#seconds ⇒ Object
Returns the value of attribute seconds
9 10 11 |
# File 'lib/dash/timings.rb', line 9 def seconds @seconds end |