Class: Ivy::Cleancache

Inherits:
Target
  • Object
show all
Defined in:
lib/ivy/cleancache.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
# File 'lib/ivy/cleancache.rb', line 5

def parameter
  [
    Parameter.new(:settingsRef, false)
  ]
end