Class: CC::EngineRegistry::EngineDetails

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

Instance Attribute Summary collapse

Instance Attribute Details

#commandObject

Returns the value of attribute command

Returns:

  • (Object)

    the current value of command



9
10
11
# File 'lib/cc/engine_registry.rb', line 9

def command
  @command
end

#descriptionObject

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



9
10
11
# File 'lib/cc/engine_registry.rb', line 9

def description
  @description
end

#imageObject

Returns the value of attribute image

Returns:

  • (Object)

    the current value of image



9
10
11
# File 'lib/cc/engine_registry.rb', line 9

def image
  @image
end

#memoryObject

Returns the value of attribute memory

Returns:

  • (Object)

    the current value of memory



9
10
11
# File 'lib/cc/engine_registry.rb', line 9

def memory
  @memory
end