Class: Dash::Timings::Entry

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

Instance Attribute Summary collapse

Instance Attribute Details

#depthObject

Returns the value of attribute depth

Returns:

  • (Object)

    the current value of depth



9
10
11
# File 'lib/dash/timings.rb', line 9

def depth
  @depth
end

#detailObject

Returns the value of attribute detail

Returns:

  • (Object)

    the current value of detail



9
10
11
# File 'lib/dash/timings.rb', line 9

def detail
  @detail
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



9
10
11
# File 'lib/dash/timings.rb', line 9

def name
  @name
end

#secondsObject

Returns the value of attribute seconds

Returns:

  • (Object)

    the current value of seconds



9
10
11
# File 'lib/dash/timings.rb', line 9

def seconds
  @seconds
end