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



63
64
65
# File 'lib/clacky/extension/loader.rb', line 63

def agents
  @agents
end

#apiObject

Returns the value of attribute api

Returns:

  • (Object)

    the current value of api



63
64
65
# File 'lib/clacky/extension/loader.rb', line 63

def api
  @api
end

#channelsObject

Returns the value of attribute channels

Returns:

  • (Object)

    the current value of channels



63
64
65
# File 'lib/clacky/extension/loader.rb', line 63

def channels
  @channels
end

#containersObject

Returns the value of attribute containers

Returns:

  • (Object)

    the current value of containers



63
64
65
# File 'lib/clacky/extension/loader.rb', line 63

def containers
  @containers
end

#errorsObject

Returns the value of attribute errors

Returns:

  • (Object)

    the current value of errors



63
64
65
# File 'lib/clacky/extension/loader.rb', line 63

def errors
  @errors
end

#hooksObject

Returns the value of attribute hooks

Returns:

  • (Object)

    the current value of hooks



63
64
65
# File 'lib/clacky/extension/loader.rb', line 63

def hooks
  @hooks
end

#overriddenObject

Returns the value of attribute overridden

Returns:

  • (Object)

    the current value of overridden



63
64
65
# File 'lib/clacky/extension/loader.rb', line 63

def overridden
  @overridden
end

#panelsObject

Returns the value of attribute panels

Returns:

  • (Object)

    the current value of panels



63
64
65
# File 'lib/clacky/extension/loader.rb', line 63

def panels
  @panels
end

#patchesObject

Returns the value of attribute patches

Returns:

  • (Object)

    the current value of patches



63
64
65
# File 'lib/clacky/extension/loader.rb', line 63

def patches
  @patches
end

#skillsObject

Returns the value of attribute skills

Returns:

  • (Object)

    the current value of skills



63
64
65
# File 'lib/clacky/extension/loader.rb', line 63

def skills
  @skills
end

Instance Method Details

#unitsObject



64
65
66
# File 'lib/clacky/extension/loader.rb', line 64

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