Class: Clacky::ExtensionLoader::Result
- Inherits:
-
Struct
- Object
- Struct
- Clacky::ExtensionLoader::Result
- Defined in:
- lib/clacky/extension/loader.rb
Instance Attribute Summary collapse
-
#agents ⇒ Object
Returns the value of attribute agents.
-
#api ⇒ Object
Returns the value of attribute api.
-
#channels ⇒ Object
Returns the value of attribute channels.
-
#containers ⇒ Object
Returns the value of attribute containers.
-
#errors ⇒ Object
Returns the value of attribute errors.
-
#hooks ⇒ Object
Returns the value of attribute hooks.
-
#overridden ⇒ Object
Returns the value of attribute overridden.
-
#panels ⇒ Object
Returns the value of attribute panels.
-
#patches ⇒ Object
Returns the value of attribute patches.
-
#skills ⇒ Object
Returns the value of attribute skills.
-
#tools ⇒ Object
Returns the value of attribute tools.
Instance Method Summary collapse
Instance Attribute Details
#agents ⇒ Object
Returns the value of attribute agents
69 70 71 |
# File 'lib/clacky/extension/loader.rb', line 69 def agents @agents end |
#api ⇒ Object
Returns the value of attribute api
69 70 71 |
# File 'lib/clacky/extension/loader.rb', line 69 def api @api end |
#channels ⇒ Object
Returns the value of attribute channels
69 70 71 |
# File 'lib/clacky/extension/loader.rb', line 69 def channels @channels end |
#containers ⇒ Object
Returns the value of attribute containers
69 70 71 |
# File 'lib/clacky/extension/loader.rb', line 69 def containers @containers end |
#errors ⇒ Object
Returns the value of attribute errors
69 70 71 |
# File 'lib/clacky/extension/loader.rb', line 69 def errors @errors end |
#hooks ⇒ Object
Returns the value of attribute hooks
69 70 71 |
# File 'lib/clacky/extension/loader.rb', line 69 def hooks @hooks end |
#overridden ⇒ Object
Returns the value of attribute overridden
69 70 71 |
# File 'lib/clacky/extension/loader.rb', line 69 def overridden @overridden end |
#panels ⇒ Object
Returns the value of attribute panels
69 70 71 |
# File 'lib/clacky/extension/loader.rb', line 69 def panels @panels end |
#patches ⇒ Object
Returns the value of attribute patches
69 70 71 |
# File 'lib/clacky/extension/loader.rb', line 69 def patches @patches end |
#skills ⇒ Object
Returns the value of attribute skills
69 70 71 |
# File 'lib/clacky/extension/loader.rb', line 69 def skills @skills end |
#tools ⇒ Object
Returns the value of attribute tools
69 70 71 |
# File 'lib/clacky/extension/loader.rb', line 69 def tools @tools end |
Instance Method Details
#units ⇒ Object
70 71 72 |
# File 'lib/clacky/extension/loader.rb', line 70 def units panels + api + skills + agents + channels + patches + hooks + tools end |