Class: CC::Analyzer::Container::ContainerData

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



7
8
9
# File 'lib/cc/analyzer/container.rb', line 7

def duration
  @duration
end

#imageObject

Returns the value of attribute image

Returns:

  • (Object)

    the current value of image



7
8
9
# File 'lib/cc/analyzer/container.rb', line 7

def image
  @image
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



7
8
9
# File 'lib/cc/analyzer/container.rb', line 7

def name
  @name
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



7
8
9
# File 'lib/cc/analyzer/container.rb', line 7

def status
  @status
end

#stderrObject

Returns the value of attribute stderr

Returns:

  • (Object)

    the current value of stderr



7
8
9
# File 'lib/cc/analyzer/container.rb', line 7

def stderr
  @stderr
end