Class: Maven::Model::Property

Inherits:
Tag
  • Object
show all
Defined in:
lib/maven/model/model.rb

Instance Method Summary collapse

Methods inherited from Tag

#_name, _tags, #comment, prepend_tags, tags, #to_xml

Constructor Details

#initialize(name, value) ⇒ Property

Returns a new instance of Property.



581
582
583
584
# File 'lib/maven/model/model.rb', line 581

def initialize(name, value)
  self.name name
  self.value value
end