Sha256: 9438f5c3dde52b0d70be968884badbf1148e1193de94e3081f2cc1f45205aef2

Contents?: true

Size: 214 Bytes

Versions: 7

Compression:

Stored size: 214 Bytes

Contents

module HaveAPI::Fs::Components
  class ActionExec < Executable
    def initialize(action_dir, *args)
      super(*args)
      @action_dir = action_dir
    end

    def exec
      @action_dir.exec
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
haveapi-fs-0.11.0 lib/haveapi/fs/components/action_exec.rb
haveapi-fs-0.10.0 lib/haveapi/fs/components/action_exec.rb
haveapi-fs-0.9.0 lib/haveapi/fs/components/action_exec.rb
haveapi-fs-0.8.0 lib/haveapi/fs/components/action_exec.rb
haveapi-fs-0.7.1 lib/haveapi/fs/components/action_exec.rb
haveapi-fs-0.7.0 lib/haveapi/fs/components/action_exec.rb
haveapi-fs-0.1.0 lib/haveapi/fs/components/action_exec.rb