Class: Eclipse::Plugin::Info::UI_Perspective

Inherits:
Struct
  • Object
show all
Defined in:
lib/eclipse/plugin.rb

Instance Attribute Summary collapse

Instance Attribute Details

#categoryObject

Returns the value of attribute category

Returns:

  • (Object)

    the current value of category



17
18
19
# File 'lib/eclipse/plugin.rb', line 17

def category
  @category
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



17
18
19
# File 'lib/eclipse/plugin.rb', line 17

def id
  @id
end

#translationObject

Returns the value of attribute translation

Returns:

  • (Object)

    the current value of translation



17
18
19
# File 'lib/eclipse/plugin.rb', line 17

def translation
  @translation
end