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

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

Instance Attribute Summary collapse

Instance Attribute Details

#duration ⇒ Object

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

#image ⇒ Object

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

#name ⇒ Object

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

#status ⇒ Object

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

#stderr ⇒ Object

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