Class: Eclipse::Plugin::Info::UI_PreferencePage
- Inherits:
-
Struct
- Object
- Struct
- Eclipse::Plugin::Info::UI_PreferencePage
- Defined in:
- lib/eclipse/plugin.rb
Overview
Some helper classes for the extension points we are interested in
Instance Attribute Summary collapse
-
#category ⇒ Object
Returns the value of attribute category.
-
#id ⇒ Object
Returns the value of attribute id.
-
#translation ⇒ Object
Returns the value of attribute translation.
Instance Attribute Details
#category ⇒ Object
Returns the value of attribute category
15 16 17 |
# File 'lib/eclipse/plugin.rb', line 15 def category @category end |
#id ⇒ Object
Returns the value of attribute id
15 16 17 |
# File 'lib/eclipse/plugin.rb', line 15 def id @id end |
#translation ⇒ Object
Returns the value of attribute translation
15 16 17 |
# File 'lib/eclipse/plugin.rb', line 15 def translation @translation end |