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



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

def duration
  @duration
end

#exit_statusObject

Returns the value of attribute exit_status

Returns:

  • (Object)

    the current value of exit_status



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

def exit_status
  @exit_status
end

#maximum_output_exceeded?Object

Returns the value of attribute maximum_output_exceeded?

Returns:

  • (Object)

    the current value of maximum_output_exceeded?



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

def maximum_output_exceeded?
  @maximum_output_exceeded?
end

#output_byte_countObject

Returns the value of attribute output_byte_count

Returns:

  • (Object)

    the current value of output_byte_count



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

def output_byte_count
  @output_byte_count
end

#stderrObject

Returns the value of attribute stderr

Returns:

  • (Object)

    the current value of stderr



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

def stderr
  @stderr
end

#timed_out?Object

Returns the value of attribute timed_out?

Returns:

  • (Object)

    the current value of timed_out?



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

def timed_out?
  @timed_out?
end