Sha256: ee0ca07d3a286f5731b7239b66dedd50455e210b2b42cce86b54a36dcdc742bc

Contents?: true

Size: 528 Bytes

Versions: 18

Compression:

Stored size: 528 Bytes

Contents

class CustomFakeParameter < Sprout::Executable::StringParam; end

class FakeOtherExecutableTask
  include Sprout::Executable

  add_param :boolean_param, Boolean
  add_param :custom_param,  CustomFakeParameter
  add_param :file_param,    File
  add_param :files_param,   Files
  add_param :number_param,  Number
  add_param :path_param,    Path
  add_param :paths_param,   Paths
  add_param :string_param,  String
  add_param :strings_param, Strings
  add_param :urls_param,    Urls

  add_param_alias :sp, :strings_param
end

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
sprout-1.0.22.pre test/unit/fake_other_executable.rb
sprout-1.0.20.pre test/unit/fake_other_executable.rb
sprout-1.0.19.pre test/unit/fake_other_executable.rb
sprout-1.0.18.pre test/unit/fake_other_executable.rb
sprout-1.0.17.pre test/unit/fake_other_executable.rb
sprout-1.0.16.pre test/unit/fake_other_executable.rb
sprout-1.0.15.pre test/unit/fake_other_executable.rb
sprout-1.0.14.pre test/unit/fake_other_executable.rb
sprout-1.0.13.pre test/unit/fake_other_executable.rb
sprout-1.0.11.pre test/unit/fake_other_executable.rb
sprout-1.0.9.pre test/unit/fake_other_executable.rb
sprout-1.0.8.pre test/unit/fake_other_executable.rb
sprout-1.0.5.pre test/unit/fake_other_executable.rb
sprout-1.0.4.pre test/unit/fake_other_executable.rb
sprout-1.0.3.pre test/unit/fake_other_executable.rb
sprout-1.0.2.pre test/unit/fake_other_executable.rb
sprout-1.0.1.pre test/unit/fake_other_executable.rb
sprout-1.0.0.pre test/unit/fake_other_executable.rb