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



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

def agents
  @agents
end

#apiObject

Returns the value of attribute api

Returns:

  • (Object)

    the current value of api



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

def api
  @api
end

#channelsObject

Returns the value of attribute channels

Returns:

  • (Object)

    the current value of channels



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

def channels
  @channels
end

#containersObject

Returns the value of attribute containers

Returns:

  • (Object)

    the current value of containers



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

def containers
  @containers
end

#errorsObject

Returns the value of attribute errors

Returns:

  • (Object)

    the current value of errors



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

def errors
  @errors
end

#hooksObject

Returns the value of attribute hooks

Returns:

  • (Object)

    the current value of hooks



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

def hooks
  @hooks
end

#overriddenObject

Returns the value of attribute overridden

Returns:

  • (Object)

    the current value of overridden



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

def overridden
  @overridden
end

#panelsObject

Returns the value of attribute panels

Returns:

  • (Object)

    the current value of panels



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

def panels
  @panels
end

#patchesObject

Returns the value of attribute patches

Returns:

  • (Object)

    the current value of patches



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

def patches
  @patches
end

#skillsObject

Returns the value of attribute skills

Returns:

  • (Object)

    the current value of skills



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

def skills
  @skills
end

Instance Method Details

#unitsObject



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

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