Class: Support::Rake::DurationTracker::DurationInfo
- Inherits:
-
Struct
- Object
- Struct
- Support::Rake::DurationTracker::DurationInfo
- Defined in:
- lib/support/rake/duration_tracker.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#seconds ⇒ Object
Returns the value of attribute seconds.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
6 7 8 |
# File 'lib/support/rake/duration_tracker.rb', line 6 def name @name end |
#seconds ⇒ Object
Returns the value of attribute seconds
6 7 8 |
# File 'lib/support/rake/duration_tracker.rb', line 6 def seconds @seconds end |