Class: Autobuild::BuildLogfile::Entry

Inherits:
Struct
  • Object
show all
Defined in:
lib/autobuild/build_logfile.rb

Instance Attribute Summary collapse

Instance Attribute Details

#durationObject

Returns the value of attribute duration

Returns:

  • (Object)

    the current value of duration



7
8
9
# File 'lib/autobuild/build_logfile.rb', line 7

def duration
  @duration
end

#packageObject

Returns the value of attribute package

Returns:

  • (Object)

    the current value of package



7
8
9
# File 'lib/autobuild/build_logfile.rb', line 7

def package
  @package
end

#phaseObject

Returns the value of attribute phase

Returns:

  • (Object)

    the current value of phase



7
8
9
# File 'lib/autobuild/build_logfile.rb', line 7

def phase
  @phase
end

#start_timeObject

Returns the value of attribute start_time

Returns:

  • (Object)

    the current value of start_time



7
8
9
# File 'lib/autobuild/build_logfile.rb', line 7

def start_time
  @start_time
end