Class: Eclipse::Plugin::Info::Category

Inherits:
Struct
  • Object
show all
Defined in:
lib/eclipse/plugin.rb

Instance Attribute Summary collapse

Instance Attribute Details

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



18
19
20
# File 'lib/eclipse/plugin.rb', line 18

def id
  @id
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



18
19
20
# File 'lib/eclipse/plugin.rb', line 18

def name
  @name
end

#translationObject

Returns the value of attribute translation

Returns:

  • (Object)

    the current value of translation



18
19
20
# File 'lib/eclipse/plugin.rb', line 18

def translation
  @translation
end