Class: MilkTea::StdCatalog::Entry
- Inherits:
-
Struct
- Object
- Struct
- MilkTea::StdCatalog::Entry
- Defined in:
- lib/milk_tea/tooling/std_catalog.rb
Instance Attribute Summary collapse
-
#category ⇒ Object
Returns the value of attribute category.
-
#description ⇒ Object
Returns the value of attribute description.
-
#name ⇒ Object
Returns the value of attribute name.
-
#path ⇒ Object
Returns the value of attribute path.
Instance Attribute Details
#category ⇒ Object
Returns the value of attribute category
11 12 13 |
# File 'lib/milk_tea/tooling/std_catalog.rb', line 11 def category @category end |
#description ⇒ Object
Returns the value of attribute description
11 12 13 |
# File 'lib/milk_tea/tooling/std_catalog.rb', line 11 def description @description end |
#name ⇒ Object
Returns the value of attribute name
11 12 13 |
# File 'lib/milk_tea/tooling/std_catalog.rb', line 11 def name @name end |
#path ⇒ Object
Returns the value of attribute path
11 12 13 |
# File 'lib/milk_tea/tooling/std_catalog.rb', line 11 def path @path end |