Methods

FactoryGirl::Declaration::Association

Attributes

options[R]

Public Class Methods

new(name, options) click to toggle source
# File lib/factory_girl/declaration/association.rb, line 4
def initialize(name, options)
  super(name, false)
  @options = options
end

Public Instance Methods

==(other) click to toggle source
# File lib/factory_girl/declaration/association.rb, line 9
def ==(other)
  name == other.name &&
    options == other.options
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.