# File lib/active_resource/base.rb, line 963 def initialize(attributes = {}) @attributes = {}.with_indifferent_access @prefix_options = {} load(attributes) end