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



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

def duration
  @duration
end

#imageObject

Returns the value of attribute image



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

def image
  @image
end

#nameObject

Returns the value of attribute name



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

def name
  @name
end

#statusObject

Returns the value of attribute status



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

def status
  @status
end

#stderrObject

Returns the value of attribute stderr



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

def stderr
  @stderr
end