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.12.4 lib/ivy/cleancache.rb
ivy4r-0.12.3 lib/ivy/cleancache.rb
ivy4r-0.12.2 lib/ivy/cleancache.rb
ivy4r-0.12.1 lib/ivy/cleancache.rb
ivy4r-0.12.0 lib/ivy/cleancache.rb
ivy4r-0.11.1 lib/ivy/cleancache.rb
ivy4r-0.11.0 lib/ivy/cleancache.rb
ivy4r-0.10.5 lib/ivy/cleancache.rb
ivy4r-0.10.4 lib/ivy/cleancache.rb
ivy4r-0.10.3 lib/ivy/cleancache.rb
ivy4r-0.10.2 lib/ivy/cleancache.rb
ivy4r-0.10.1 lib/ivy/cleancache.rb
ivy4r-0.10.0 lib/ivy/cleancache.rb
ivy4r-0.9.15 lib/ivy/cleancache.rb
ivy4r-0.9.14 lib/ivy/cleancache.rb
ivy4r-0.9.13 lib/ivy/cleancache.rb
ivy4r-0.9.12 lib/ivy/cleancache.rb
ivy4r-0.9.11 lib/ivy/cleancache.rb
ivy4r-0.9.10 lib/ivy/cleancache.rb
ivy4r-0.9.9 lib/ivy/cleancache.rb