Class: Insika::CapabilityRegistry::Provider

Inherits:
Data
  • Object
show all
Defined in:
lib/insika/capability_registry.rb

Instance Attribute Summary collapse

Instance Attribute Details

#availableObject (readonly)

Returns the value of attribute available

Returns:

  • (Object)

    the current value of available



9
10
11
# File 'lib/insika/capability_registry.rb', line 9

def available
  @available
end

#capabilityObject (readonly)

Returns the value of attribute capability

Returns:

  • (Object)

    the current value of capability



9
10
11
# File 'lib/insika/capability_registry.rb', line 9

def capability
  @capability
end

#impl_nameObject (readonly)

Returns the value of attribute impl_name

Returns:

  • (Object)

    the current value of impl_name



9
10
11
# File 'lib/insika/capability_registry.rb', line 9

def impl_name
  @impl_name
end

#kindObject (readonly)

Returns the value of attribute kind

Returns:

  • (Object)

    the current value of kind



9
10
11
# File 'lib/insika/capability_registry.rb', line 9

def kind
  @kind
end

#pluginObject (readonly)

Returns the value of attribute plugin

Returns:

  • (Object)

    the current value of plugin



9
10
11
# File 'lib/insika/capability_registry.rb', line 9

def plugin
  @plugin
end

#priorityObject (readonly)

Returns the value of attribute priority

Returns:

  • (Object)

    the current value of priority



9
10
11
# File 'lib/insika/capability_registry.rb', line 9

def priority
  @priority
end