Class: Autobuild::BuildLogfile::Entry
- Inherits:
-
Struct
- Object
- Struct
- Autobuild::BuildLogfile::Entry
- Defined in:
- lib/autobuild/build_logfile.rb
Instance Attribute Summary collapse
-
#duration ⇒ Object
Returns the value of attribute duration.
-
#package ⇒ Object
Returns the value of attribute package.
-
#phase ⇒ Object
Returns the value of attribute phase.
-
#start_time ⇒ Object
Returns the value of attribute start_time.
Instance Attribute Details
#duration ⇒ Object
Returns the value of attribute duration
7 8 9 |
# File 'lib/autobuild/build_logfile.rb', line 7 def duration @duration end |
#package ⇒ Object
Returns the value of attribute package
7 8 9 |
# File 'lib/autobuild/build_logfile.rb', line 7 def package @package end |
#phase ⇒ Object
Returns the value of attribute phase
7 8 9 |
# File 'lib/autobuild/build_logfile.rb', line 7 def phase @phase end |
#start_time ⇒ Object
Returns the value of attribute start_time
7 8 9 |
# File 'lib/autobuild/build_logfile.rb', line 7 def start_time @start_time end |