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.
Instance Method Summary collapse
Instance Attribute Details
#agents ⇒ Object
Returns the value of attribute agents
63 64 65 |
# File 'lib/clacky/extension/loader.rb', line 63 def agents @agents end |
#api ⇒ Object
Returns the value of attribute api
63 64 65 |
# File 'lib/clacky/extension/loader.rb', line 63 def api @api end |
#channels ⇒ Object
Returns the value of attribute channels
63 64 65 |
# File 'lib/clacky/extension/loader.rb', line 63 def channels @channels end |
#containers ⇒ Object
Returns the value of attribute containers
63 64 65 |
# File 'lib/clacky/extension/loader.rb', line 63 def containers @containers end |
#errors ⇒ Object
Returns the value of attribute errors
63 64 65 |
# File 'lib/clacky/extension/loader.rb', line 63 def errors @errors end |
#hooks ⇒ Object
Returns the value of attribute hooks
63 64 65 |
# File 'lib/clacky/extension/loader.rb', line 63 def hooks @hooks end |
#overridden ⇒ Object
Returns the value of attribute overridden
63 64 65 |
# File 'lib/clacky/extension/loader.rb', line 63 def overridden @overridden end |
#panels ⇒ Object
Returns the value of attribute panels
63 64 65 |
# File 'lib/clacky/extension/loader.rb', line 63 def panels @panels end |
#patches ⇒ Object
Returns the value of attribute patches
63 64 65 |
# File 'lib/clacky/extension/loader.rb', line 63 def patches @patches end |
#skills ⇒ Object
Returns the value of attribute skills
63 64 65 |
# File 'lib/clacky/extension/loader.rb', line 63 def skills @skills end |
Instance Method Details
#units ⇒ Object
64 65 66 |
# File 'lib/clacky/extension/loader.rb', line 64 def units panels + api + skills + agents + channels + patches + hooks end |