Class: Clacky::ExtensionLoader::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/clacky/extension/loader.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#agentsObject

Returns the value of attribute agents

Returns:

  • (Object)

    the current value of agents



69
70
71
# File 'lib/clacky/extension/loader.rb', line 69

def agents
  @agents
end

#apiObject

Returns the value of attribute api

Returns:

  • (Object)

    the current value of api



69
70
71
# File 'lib/clacky/extension/loader.rb', line 69

def api
  @api
end

#channelsObject

Returns the value of attribute channels

Returns:

  • (Object)

    the current value of channels



69
70
71
# File 'lib/clacky/extension/loader.rb', line 69

def channels
  @channels
end

#containersObject

Returns the value of attribute containers

Returns:

  • (Object)

    the current value of containers



69
70
71
# File 'lib/clacky/extension/loader.rb', line 69

def containers
  @containers
end

#errorsObject

Returns the value of attribute errors

Returns:

  • (Object)

    the current value of errors



69
70
71
# File 'lib/clacky/extension/loader.rb', line 69

def errors
  @errors
end

#hooksObject

Returns the value of attribute hooks

Returns:

  • (Object)

    the current value of hooks



69
70
71
# File 'lib/clacky/extension/loader.rb', line 69

def hooks
  @hooks
end

#overriddenObject

Returns the value of attribute overridden

Returns:

  • (Object)

    the current value of overridden



69
70
71
# File 'lib/clacky/extension/loader.rb', line 69

def overridden
  @overridden
end

#panelsObject

Returns the value of attribute panels

Returns:

  • (Object)

    the current value of panels



69
70
71
# File 'lib/clacky/extension/loader.rb', line 69

def panels
  @panels
end

#patchesObject

Returns the value of attribute patches

Returns:

  • (Object)

    the current value of patches



69
70
71
# File 'lib/clacky/extension/loader.rb', line 69

def patches
  @patches
end

#skillsObject

Returns the value of attribute skills

Returns:

  • (Object)

    the current value of skills



69
70
71
# File 'lib/clacky/extension/loader.rb', line 69

def skills
  @skills
end

#toolsObject

Returns the value of attribute tools

Returns:

  • (Object)

    the current value of tools



69
70
71
# File 'lib/clacky/extension/loader.rb', line 69

def tools
  @tools
end

Instance Method Details

#unitsObject



70
71
72
# File 'lib/clacky/extension/loader.rb', line 70

def units
  panels + api + skills + agents + channels + patches + hooks + tools
end