# File lib/aws/record/abstract_base.rb, line 76 def attributes attributes = Core::IndifferentHash.new self.class.attributes.keys.inject(attributes) do |hash,attr_name| hash.merge(attr_name => __send__(attr_name)) end end