Class: Buildr4OSGi::Category
Instance Attribute Summary collapse
-
#description ⇒ Object
Returns the value of attribute description.
-
#features ⇒ Object
Returns the value of attribute features.
-
#label ⇒ Object
Returns the value of attribute label.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Method Summary collapse
-
#initialize ⇒ Category
constructor
A new instance of Category.
Constructor Details
#initialize ⇒ Category
Returns a new instance of Category.
22 23 24 |
# File 'lib/buildr4osgi/eclipse/site.rb', line 22 def initialize() @features = [] end |
Instance Attribute Details
#description ⇒ Object
Returns the value of attribute description.
20 21 22 |
# File 'lib/buildr4osgi/eclipse/site.rb', line 20 def description @description end |
#features ⇒ Object
Returns the value of attribute features.
20 21 22 |
# File 'lib/buildr4osgi/eclipse/site.rb', line 20 def features @features end |
#label ⇒ Object
Returns the value of attribute label.
20 21 22 |
# File 'lib/buildr4osgi/eclipse/site.rb', line 20 def label @label end |
#name ⇒ Object
Returns the value of attribute name.
20 21 22 |
# File 'lib/buildr4osgi/eclipse/site.rb', line 20 def name @name end |