Class: Insika::Registry::Entry
- Inherits:
-
Data
- Object
- Data
- Insika::Registry::Entry
- Defined in:
- lib/insika/registry.rb
Instance Attribute Summary collapse
-
#factory ⇒ Object
readonly
Returns the value of attribute factory.
-
#metadata ⇒ Object
readonly
Returns the value of attribute metadata.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#plugin ⇒ Object
readonly
Returns the value of attribute plugin.
Instance Attribute Details
#factory ⇒ Object (readonly)
Returns the value of attribute factory
11 12 13 |
# File 'lib/insika/registry.rb', line 11 def factory @factory end |
#metadata ⇒ Object (readonly)
Returns the value of attribute metadata
11 12 13 |
# File 'lib/insika/registry.rb', line 11 def @metadata end |
#name ⇒ Object (readonly)
Returns the value of attribute name
11 12 13 |
# File 'lib/insika/registry.rb', line 11 def name @name end |
#plugin ⇒ Object (readonly)
Returns the value of attribute plugin
11 12 13 |
# File 'lib/insika/registry.rb', line 11 def plugin @plugin end |