Class: Eclipse::Plugin::Info::UI_Perspective
- Inherits:
-
Struct
- Object
- Struct
- Eclipse::Plugin::Info::UI_Perspective
- 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
17 18 19 |
# File 'lib/eclipse/plugin.rb', line 17 def category @category end |
#id ⇒ Object
Returns the value of attribute id
17 18 19 |
# File 'lib/eclipse/plugin.rb', line 17 def id @id end |
#translation ⇒ Object
Returns the value of attribute translation
17 18 19 |
# File 'lib/eclipse/plugin.rb', line 17 def translation @translation end |