Class: Ivy::Artifactreport
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 13 |
# File 'lib/ivy/artifactreport.rb', line 5 def parameter [ Parameter.new(:tofile, true), Parameter.new(:pattern, false), Parameter.new(:conf, false), Parameter.new(:haltonfailure, false), Parameter.new(:settingsRef, false) ] end |