Module: FactoryTrace::MonkeyPatches::Factory
- Defined in:
- lib/factory_trace/monkey_patches/factory.rb
Instance Attribute Summary collapse
-
#definition_path ⇒ Object
readonly
Returns the value of attribute definition_path.
Instance Method Summary collapse
Instance Attribute Details
#definition_path ⇒ Object (readonly)
Returns the value of attribute definition_path.
6 7 8 |
# File 'lib/factory_trace/monkey_patches/factory.rb', line 6 def definition_path @definition_path end |
Instance Method Details
#initialize(name, definition_path = "", options = {}) ⇒ Object
8 9 10 11 |
# File 'lib/factory_trace/monkey_patches/factory.rb', line 8 def initialize(name, definition_path = "", = {}) @definition_path = definition_path super(name, ) end |