Class: Insika::CapabilityRegistry::Provider
- Inherits:
-
Data
- Object
- Data
- Insika::CapabilityRegistry::Provider
- Defined in:
- lib/insika/capability_registry.rb
Instance Attribute Summary collapse
-
#available ⇒ Object
readonly
Returns the value of attribute available.
-
#capability ⇒ Object
readonly
Returns the value of attribute capability.
-
#impl_name ⇒ Object
readonly
Returns the value of attribute impl_name.
-
#kind ⇒ Object
readonly
Returns the value of attribute kind.
-
#plugin ⇒ Object
readonly
Returns the value of attribute plugin.
-
#priority ⇒ Object
readonly
Returns the value of attribute priority.
Instance Attribute Details
#available ⇒ Object (readonly)
Returns the value of attribute available
9 10 11 |
# File 'lib/insika/capability_registry.rb', line 9 def available @available end |
#capability ⇒ Object (readonly)
Returns the value of attribute capability
9 10 11 |
# File 'lib/insika/capability_registry.rb', line 9 def capability @capability end |
#impl_name ⇒ Object (readonly)
Returns the value of attribute impl_name
9 10 11 |
# File 'lib/insika/capability_registry.rb', line 9 def impl_name @impl_name end |
#kind ⇒ Object (readonly)
Returns the value of attribute kind
9 10 11 |
# File 'lib/insika/capability_registry.rb', line 9 def kind @kind end |
#plugin ⇒ Object (readonly)
Returns the value of attribute plugin
9 10 11 |
# File 'lib/insika/capability_registry.rb', line 9 def plugin @plugin end |
#priority ⇒ Object (readonly)
Returns the value of attribute priority
9 10 11 |
# File 'lib/insika/capability_registry.rb', line 9 def priority @priority end |