Class: Insika::Registry::Entry

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

Instance Attribute Summary collapse

Instance Attribute Details

#factoryObject (readonly)

Returns the value of attribute factory

Returns:

  • (Object)

    the current value of factory



11
12
13
# File 'lib/insika/registry.rb', line 11

def factory
  @factory
end

#metadataObject (readonly)

Returns the value of attribute metadata

Returns:

  • (Object)

    the current value of metadata



11
12
13
# File 'lib/insika/registry.rb', line 11

def 
  @metadata
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



11
12
13
# File 'lib/insika/registry.rb', line 11

def name
  @name
end

#pluginObject (readonly)

Returns the value of attribute plugin

Returns:

  • (Object)

    the current value of plugin



11
12
13
# File 'lib/insika/registry.rb', line 11

def plugin
  @plugin
end