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-4.0.1.rc2 lib/cf/cli/populators/base.rb
cf-4.0.1.rc1 lib/cf/cli/populators/base.rb
cf-4.0.0rc2 lib/cf/cli/populators/base.rb
cf-4.0.0rc1 lib/cf/cli/populators/base.rb
cf-3.1.0rc2 lib/cf/cli/populators/base.rb
cf-3.1.0.rc1 lib/cf/cli/populators/base.rb
cf-3.0.1.rc1 lib/cf/cli/populators/base.rb
cf-3.0.0 lib/cf/cli/populators/base.rb
cf-3.0.0rc3 lib/cf/cli/populators/base.rb
cf-3.0.0rc2 lib/cf/cli/populators/base.rb
cf-3.0.0rc1 lib/cf/cli/populators/base.rb
cf-2.1.0 lib/cf/cli/populators/base.rb
cf-2.0.1 lib/cf/cli/populators/base.rb
cf-2.0.0 lib/cf/cli/populators/base.rb
cf-1.1.4 lib/cf/cli/populators/base.rb
cf-1.1.3.rc1 lib/cf/cli/populators/base.rb
cf-1.1.2 lib/cf/cli/populators/base.rb
cf-1.1.2.rc2 lib/cf/cli/populators/base.rb
cf-1.1.2.rc1 lib/cf/cli/populators/base.rb
cf-1.1.1 lib/cf/cli/populators/base.rb