Class: Ivy::Listmodules

Inherits:
Target
  • Object
show all
Defined in:
lib/ivy/listmodules.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
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