Sha256: cfde06964853b763d12c43b7bffdef3067ea3a2990e6f9407b3b1ff30e0d884b

Contents?: true

Size: 390 Bytes

Versions: 1

Compression:

Stored size: 390 Bytes

Contents

require "cf/templates/version"

module Cf
  module Templates
    class TemplateProvider

      def initialize(aws_region, account_id = nil, account_credentials = nil)
      end

      def set_template_location(template_file_path)
        @template_location = template_file_path
      end

      def get_template
        File.open(@template_location, 'rb').read
      end

    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
cf-templates-0.2.0 lib/cf/templates.rb