Class: Eclipse::Plugin::Info::UI_View
- Inherits:
-
Struct
- Object
- Struct
- Eclipse::Plugin::Info::UI_View
- Defined in:
- lib/eclipse/plugin.rb
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
50 51 52 |
# File 'lib/eclipse/plugin.rb', line 50 def category @category end |
#id ⇒ Object
Returns the value of attribute id
50 51 52 |
# File 'lib/eclipse/plugin.rb', line 50 def id @id end |
#translation ⇒ Object
Returns the value of attribute translation
50 51 52 |
# File 'lib/eclipse/plugin.rb', line 50 def translation @translation end |