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
49 50 51 |
# File 'lib/eclipse/plugin.rb', line 49 def category @category end |
#id ⇒ Object
Returns the value of attribute id
49 50 51 |
# File 'lib/eclipse/plugin.rb', line 49 def id @id end |
#translation ⇒ Object
Returns the value of attribute translation
49 50 51 |
# File 'lib/eclipse/plugin.rb', line 49 def translation @translation end |