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



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

def duration
  @duration
end

#imageObject

Returns the value of attribute image

Returns:

  • (Object)

    the current value of image



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

def image
  @image
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



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

def name
  @name
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



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

def status
  @status
end

#stderrObject

Returns the value of attribute stderr

Returns:

  • (Object)

    the current value of stderr



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

def stderr
  @stderr
end