Class: Dash::Timings::Entry
- Inherits:
-
Struct
- Object
- Struct
- Dash::Timings::Entry
- Defined in:
- lib/dash/timings.rb
Instance Attribute Summary collapse
-
#command_seconds ⇒ Object
Returns the value of attribute command_seconds.
-
#commands ⇒ Object
Returns the value of attribute commands.
-
#connect_seconds ⇒ Object
Returns the value of attribute connect_seconds.
-
#depth ⇒ Object
Returns the value of attribute depth.
-
#detail ⇒ Object
Returns the value of attribute detail.
-
#local ⇒ Object
Returns the value of attribute local.
-
#name ⇒ Object
Returns the value of attribute name.
-
#parent ⇒ Object
Returns the value of attribute parent.
-
#seconds ⇒ Object
Returns the value of attribute seconds.
Instance Attribute Details
#command_seconds ⇒ Object
Returns the value of attribute command_seconds
21 22 23 |
# File 'lib/dash/timings.rb', line 21 def command_seconds @command_seconds end |
#commands ⇒ Object
Returns the value of attribute commands
21 22 23 |
# File 'lib/dash/timings.rb', line 21 def commands @commands end |
#connect_seconds ⇒ Object
Returns the value of attribute connect_seconds
21 22 23 |
# File 'lib/dash/timings.rb', line 21 def connect_seconds @connect_seconds end |
#depth ⇒ Object
Returns the value of attribute depth
21 22 23 |
# File 'lib/dash/timings.rb', line 21 def depth @depth end |
#detail ⇒ Object
Returns the value of attribute detail
21 22 23 |
# File 'lib/dash/timings.rb', line 21 def detail @detail end |
#local ⇒ Object
Returns the value of attribute local
21 22 23 |
# File 'lib/dash/timings.rb', line 21 def local @local end |
#name ⇒ Object
Returns the value of attribute name
21 22 23 |
# File 'lib/dash/timings.rb', line 21 def name @name end |
#parent ⇒ Object
Returns the value of attribute parent
21 22 23 |
# File 'lib/dash/timings.rb', line 21 def parent @parent end |
#seconds ⇒ Object
Returns the value of attribute seconds
21 22 23 |
# File 'lib/dash/timings.rb', line 21 def seconds @seconds end |