Class: Maven::Model::Configuration

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 = {}) ⇒ Configuration

Returns a new instance of Configuration.



525
526
527
# File 'lib/maven/model/model.rb', line 525

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