Class: CC::Analyzer::Container::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/cc/analyzer/container.rb

Instance Attribute Summary collapse

Instance Attribute Details

#durationObject

Returns the value of attribute duration

Returns:

  • (Object)

    the current value of duration



14
15
16
# File 'lib/cc/analyzer/container.rb', line 14

def duration
  @duration
end

#exit_statusObject

Returns the value of attribute exit_status

Returns:

  • (Object)

    the current value of exit_status



14
15
16
# File 'lib/cc/analyzer/container.rb', line 14

def exit_status
  @exit_status
end

#stderrObject

Returns the value of attribute stderr

Returns:

  • (Object)

    the current value of stderr



14
15
16
# File 'lib/cc/analyzer/container.rb', line 14

def stderr
  @stderr
end

#timed_out?Object

Returns the value of attribute timed_out?

Returns:

  • (Object)

    the current value of timed_out?



14
15
16
# File 'lib/cc/analyzer/container.rb', line 14

def timed_out?
  @timed_out?
end