Class: Eclipse::Plugin::Info::UI_View

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



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

def category
  @category
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



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

def id
  @id
end

#translationObject

Returns the value of attribute translation

Returns:

  • (Object)

    the current value of translation



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

def translation
  @translation
end