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
5 6 7 |
# File 'lib/autobuild/build_logfile.rb', line 5 def duration @duration end |
#package ⇒ Object
Returns the value of attribute package
5 6 7 |
# File 'lib/autobuild/build_logfile.rb', line 5 def package @package end |
#phase ⇒ Object
Returns the value of attribute phase
5 6 7 |
# File 'lib/autobuild/build_logfile.rb', line 5 def phase @phase end |
#start_time ⇒ Object
Returns the value of attribute start_time
5 6 7 |
# File 'lib/autobuild/build_logfile.rb', line 5 def start_time @start_time end |