Class: Eclipse::Plugin::Info::Category
- Inherits:
-
Struct
- Object
- Struct
- Eclipse::Plugin::Info::Category
- Defined in:
- lib/eclipse/plugin.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#name ⇒ Object
Returns the value of attribute name.
-
#translation ⇒ Object
Returns the value of attribute translation.
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id
18 19 20 |
# File 'lib/eclipse/plugin.rb', line 18 def id @id end |
#name ⇒ Object
Returns the value of attribute name
18 19 20 |
# File 'lib/eclipse/plugin.rb', line 18 def name @name end |
#translation ⇒ Object
Returns the value of attribute translation
18 19 20 |
# File 'lib/eclipse/plugin.rb', line 18 def translation @translation end |