Class: Eclipse::Plugin::Info::UI_PreferencePage

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

Overview

Some helper classes for the extension points we are interested in

Instance Attribute Summary collapse

Instance Attribute Details

#categoryObject

Returns the value of attribute category

Returns:

  • (Object)

    the current value of category



15
16
17
# File 'lib/eclipse/plugin.rb', line 15

def category
  @category
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



15
16
17
# File 'lib/eclipse/plugin.rb', line 15

def id
  @id
end

#translationObject

Returns the value of attribute translation

Returns:

  • (Object)

    the current value of translation



15
16
17
# File 'lib/eclipse/plugin.rb', line 15

def translation
  @translation
end