Class: Insika::ToolCatalog::Entry
- Inherits:
-
Data
- Object
- Data
- Insika::ToolCatalog::Entry
- Defined in:
- lib/insika/tool_catalog.rb
Instance Attribute Summary collapse
-
#description ⇒ Object
readonly
Returns the value of attribute description.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
Instance Attribute Details
#description ⇒ Object (readonly)
Returns the value of attribute description
17 18 19 |
# File 'lib/insika/tool_catalog.rb', line 17 def description @description end |
#name ⇒ Object (readonly)
Returns the value of attribute name
17 18 19 |
# File 'lib/insika/tool_catalog.rb', line 17 def name @name end |