Class: Clacky::ExtensionLoader::Unit
- Inherits:
-
Struct
- Object
- Struct
- Clacky::ExtensionLoader::Unit
- Defined in:
- lib/clacky/extension/loader.rb
Overview
One resolved capability unit. kind is :panel or :api.
Instance Attribute Summary collapse
-
#dir ⇒ Object
Returns the value of attribute dir.
-
#ext_id ⇒ Object
Returns the value of attribute ext_id.
-
#id ⇒ Object
Returns the value of attribute id.
-
#kind ⇒ Object
Returns the value of attribute kind.
-
#layer ⇒ Object
Returns the value of attribute layer.
-
#origin ⇒ Object
Returns the value of attribute origin.
-
#spec ⇒ Object
Returns the value of attribute spec.
Instance Attribute Details
#dir ⇒ Object
Returns the value of attribute dir
55 56 57 |
# File 'lib/clacky/extension/loader.rb', line 55 def dir @dir end |
#ext_id ⇒ Object
Returns the value of attribute ext_id
55 56 57 |
# File 'lib/clacky/extension/loader.rb', line 55 def ext_id @ext_id end |
#id ⇒ Object
Returns the value of attribute id
55 56 57 |
# File 'lib/clacky/extension/loader.rb', line 55 def id @id end |
#kind ⇒ Object
Returns the value of attribute kind
55 56 57 |
# File 'lib/clacky/extension/loader.rb', line 55 def kind @kind end |
#layer ⇒ Object
Returns the value of attribute layer
55 56 57 |
# File 'lib/clacky/extension/loader.rb', line 55 def layer @layer end |
#origin ⇒ Object
Returns the value of attribute origin
55 56 57 |
# File 'lib/clacky/extension/loader.rb', line 55 def origin @origin end |
#spec ⇒ Object
Returns the value of attribute spec
55 56 57 |
# File 'lib/clacky/extension/loader.rb', line 55 def spec @spec end |