Class: Ivy::Makepom

Inherits:
Target show all
Defined in:
lib/ivy/makepom.rb

Instance Attribute Summary

Attributes inherited from Target

#params

Instance Method Summary collapse

Methods inherited from Target

#execute, #initialize

Constructor Details

This class inherits a constructor from Ivy::Target

Instance Method Details

#parameterObject



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