lib/cf/templates.rb in cf-templates-0.3.0 vs lib/cf/templates.rb in cf-templates-0.3.1

- old
+ new

@@ -2,9 +2,11 @@ module Cf module Templates class FileTemplateProvider + attr_reader :id, :template_location + def initialize(id) @id = id end def set_template_location(template_file_path)