Class: Ivy::Makepom
Instance Attribute Summary
Attributes inherited from Target
Instance Method Summary collapse
Methods inherited from Target
Constructor Details
This class inherits a constructor from Ivy::Target
Instance Method Details
#parameter ⇒ Object
5 6 7 8 9 10 11 12 |
# File 'lib/ivy/makepom.rb', line 5 def parameter [ Parameter.new(:ivyfile, true), Parameter.new(:pomfile, true), Parameter.new(:nested, true), Parameter.new(:settingsRef, false) ] end |