Class: Ivy::Listmodules
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 14 15 16 |
# File 'lib/ivy/listmodules.rb', line 5 def parameter [ Parameter.new(:organisation, true), Parameter.new(:module, true), Parameter.new(:branch, false), Parameter.new(:revision, true), Parameter.new(:matcher, false), Parameter.new(:property, true), Parameter.new(:value, true), Parameter.new(:settingsRef, false), ] end |