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