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



49
50
51
# File 'lib/eclipse/plugin.rb', line 49

def category
  @category
end

#idObject

Returns the value of attribute id



49
50
51
# File 'lib/eclipse/plugin.rb', line 49

def id
  @id
end

#translationObject

Returns the value of attribute translation



49
50
51
# File 'lib/eclipse/plugin.rb', line 49

def translation
  @translation
end