# File lib/factory_girl/proxy.rb, line 120 def get(attribute) @cached_attribute_values[attribute] ||= anonymous_instance.send(attribute) end
# File lib/factory_girl/proxy.rb, line 105 def object @object ||= @klass.new assign_object_attributes @object end
# File lib/factory_girl/proxy.rb, line 111 def set(attribute, value) define_attribute(attribute, value) @attributes << attribute.name end
Generated with the Darkfish Rdoc Generator 2.