Class: Dash::Timings::Entry

Inherits:
Struct
  • Object
show all
Defined in:
lib/dash/timings.rb

Instance Attribute Summary collapse

Instance Attribute Details

#command_seconds ⇒ Object

Returns the value of attribute command_seconds

Returns:

  • (Object) —

    the current value of 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

Returns:

  • (Object) —

    the current value of 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

Returns:

  • (Object) —

    the current value of 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

Returns:

  • (Object) —

    the current value of depth



21
22
23
# File 'lib/dash/timings.rb', line 21

def depth
  @depth
end

#detail ⇒ Object

Returns the value of attribute detail

Returns:

  • (Object) —

    the current value of detail



21
22
23
# File 'lib/dash/timings.rb', line 21

def detail
  @detail
end

#local ⇒ Object

Returns the value of attribute local

Returns:

  • (Object) —

    the current value of local



21
22
23
# File 'lib/dash/timings.rb', line 21

def local
  @local
end

#name ⇒ Object

Returns the value of attribute name

Returns:

  • (Object) —

    the current value of name



21
22
23
# File 'lib/dash/timings.rb', line 21

def name
  @name
end

#parent ⇒ Object

Returns the value of attribute parent

Returns:

  • (Object) —

    the current value of parent



21
22
23
# File 'lib/dash/timings.rb', line 21

def parent
  @parent
end

#seconds ⇒ Object

Returns the value of attribute seconds

Returns:

  • (Object) —

    the current value of seconds



21
22
23
# File 'lib/dash/timings.rb', line 21

def seconds
  @seconds
end