Class: CC::EngineRegistry::EngineDetails

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

Instance Attribute Summary collapse

Instance Attribute Details

#channel_versionsObject

Returns the value of attribute channel_versions

Returns:

  • (Object)

    the current value of channel_versions



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

def channel_versions
  @channel_versions
end

#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

#pluginObject

Returns the value of attribute plugin

Returns:

  • (Object)

    the current value of plugin



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

def plugin
  @plugin
end

#source_libraryObject

Returns the value of attribute source_library

Returns:

  • (Object)

    the current value of source_library



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

def source_library
  @source_library
end