Class: MilkTea::StdCatalog::Entry

Inherits:
Struct
  • Object
show all
Defined in:
lib/milk_tea/tooling/std_catalog.rb

Instance Attribute Summary collapse

Instance Attribute Details

#categoryObject

Returns the value of attribute category

Returns:

  • (Object)

    the current value of category



11
12
13
# File 'lib/milk_tea/tooling/std_catalog.rb', line 11

def category
  @category
end

#descriptionObject

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



11
12
13
# File 'lib/milk_tea/tooling/std_catalog.rb', line 11

def description
  @description
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



11
12
13
# File 'lib/milk_tea/tooling/std_catalog.rb', line 11

def name
  @name
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



11
12
13
# File 'lib/milk_tea/tooling/std_catalog.rb', line 11

def path
  @path
end