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