Class: Maven::Model::Properties

Inherits:
HashTag show all
Defined in:
lib/maven/model/model.rb

Instance Method Summary collapse

Methods inherited from HashTag

#[], #[]=, #map_to_xml, #to_xml

Methods inherited from Tag

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

Constructor Details

#initialize(args = {}) ⇒ Properties

Returns a new instance of Properties.



532
533
534
# File 'lib/maven/model/model.rb', line 532

def initialize(args = {})
  super("properties", args)
end

Instance Method Details

#mapObject



536
537
538
# File 'lib/maven/model/model.rb', line 536

def map
  @props
end