Class: Support::Rake::DurationTracker::DurationInfo

Inherits:
Struct
  • Object
show all
Defined in:
lib/support/rake/duration_tracker.rb

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



6
7
8
# File 'lib/support/rake/duration_tracker.rb', line 6

def name
  @name
end

#secondsObject

Returns the value of attribute seconds

Returns:

  • (Object)

    the current value of seconds



6
7
8
# File 'lib/support/rake/duration_tracker.rb', line 6

def seconds
  @seconds
end