Sha256: 970f672f14eaa73aad51423ab6cf1a11d170525a8798ed3f3e652d1bac9998c6

Contents?: true

Size: 212 Bytes

Versions: 40

Compression:

Stored size: 212 Bytes

Contents

require "cf/cli"

module CF
  module Populators
    class Base < CF::CLI
      attr_reader :input, :info

      def initialize(input)
        @input = input
        @info = target_info
      end
    end
  end
end

Version data entries

40 entries across 40 versions & 1 rubygems

Version Path
cf-1.1.0 lib/cf/cli/populators/base.rb
cf-1.0.1.rc1 lib/cf/cli/populators/base.rb
cf-1.0.0 lib/cf/cli/populators/base.rb
cf-0.6.1.rc110 lib/cf/cli/populators/base.rb
cf-0.6.1.rc19 lib/cf/cli/populators/base.rb
cf-0.6.1.rc18 lib/cf/cli/populators/base.rb
cf-0.6.1.rc17 lib/cf/cli/populators/base.rb
cf-0.6.1.rc16 lib/cf/cli/populators/base.rb
cf-0.6.1.rc15 lib/cf/cli/populators/base.rb
cf-0.6.1.rc14 lib/cf/cli/populators/base.rb
cf-0.6.1.rc13 lib/cf/cli/populators/base.rb
cf-0.6.1.rc12 lib/cf/cli/populators/base.rb
cf-0.6.1.rc11 lib/cf/cli/populators/base.rb
cf-0.6.1.rc10 lib/cf/cli/populators/base.rb
cf-0.6.1.rc9 lib/cf/cli/populators/base.rb
cf-0.6.1.rc8 lib/cf/cli/populators/base.rb
cf-0.6.1.rc7 lib/cf/cli/populators/base.rb
cf-0.6.1.rc6 lib/cf/cli/populators/base.rb
cf-0.6.1.rc5 lib/cf/cli/populators/base.rb
cf-0.6.1.rc4 lib/cf/cli/populators/base.rb