lib/aws-sdk-cloudfront/resource.rb in aws-sdk-cloudfront-1.0.0.rc2 vs lib/aws-sdk-cloudfront/resource.rb in aws-sdk-cloudfront-1.0.0.rc3

- old
+ new

@@ -1,25 +1,23 @@ # WARNING ABOUT GENERATED CODE # -# This file is generated. See the contributing for info on making contributions: +# This file is generated. See the contributing guide for more information: # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md # # WARNING ABOUT GENERATED CODE -module Aws - module CloudFront - class Resource +module Aws::CloudFront + class Resource - # @param options ({}) - # @option options [Client] :client - def initialize(options = {}) - @client = options[:client] || Client.new(options) - end + # @param options ({}) + # @option options [Client] :client + def initialize(options = {}) + @client = options[:client] || Client.new(options) + end - # @return [Client] - def client - @client - end - + # @return [Client] + def client + @client end + end end