# File lib/reactive_resource/association/has_one_association.rb, line 53 def initialize(klass, attribute, options) @klass = klass @attribute = attribute @options = options add_helper_methods(klass, attribute) end