class FactoryGirlStepHelpers::HumanHashToAttributeHash::AttributeStrategy
Attributes
association_manager[R]
key[R]
value[R]
Public Class Methods
new(human_hash_to_attributes_hash, key, value)
click to toggle source
# File lib/factory_girl/step_definitions.rb, line 65 def initialize(human_hash_to_attributes_hash, key, value) @association_manager = AssociationManager.new(human_hash_to_attributes_hash, key, value) @key = key @value = value end