Sha256: 6e1c434aa40acdeb3660a996a3a5130c3e47b73c85bce298b2b89d797849efc4

Contents?: true

Size: 299 Bytes

Versions: 60

Compression:

Stored size: 299 Bytes

Contents

require 'ivy/target'

module Ivy
  class Cleancache < Ivy::Target
    def parameter
      [
        Parameter.new(:settingsRef, false)
      ]
    end

    protected
    def execute_ivy
      call_nested :ivy_cleancache => params
    end
    
    def create_return_values
      nil
    end
  end
end

Version data entries

60 entries across 60 versions & 3 rubygems

Version Path
ivy4r-0.9.7 lib/ivy/cleancache.rb
ivy4r-0.9.6 lib/ivy/cleancache.rb
ivy4r-0.9.5 lib/ivy/cleancache.rb
ivy4r-0.9.4 lib/ivy/cleancache.rb
ivy4r-0.9.3 lib/ivy/cleancache.rb
ivy4r-0.9.2 lib/ivy/cleancache.rb
ivy4r-0.9.1 lib/ivy/cleancache.rb
ivy4r-0.9.0 lib/ivy/cleancache.rb
ivy4r-0.8.1 lib/ivy/cleancache.rb
ivy4r-0.8.0 lib/ivy/cleancache.rb
ivy4r-0.7.3 lib/ivy/cleancache.rb
ivy4r-0.7.2 lib/ivy/cleancache.rb
ivy4r-0.7.1 lib/ivy/cleancache.rb
ivy4r-0.2.0 lib/ivy/cleancache.rb
ivy4r-0.3.0 lib/ivy/cleancache.rb
ivy4r-0.5.1 lib/ivy/cleancache.rb
ivy4r-0.5.2 lib/ivy/cleancache.rb
ivy4r-0.5.3 lib/ivy/cleancache.rb
ivy4r-0.6.0 lib/ivy/cleancache.rb
ivy4r-0.7.0 lib/ivy/cleancache.rb