Module: Configure::Controls::FactoryMethod::Proof
- Defined in:
- lib/configure/controls/factory_method.rb
Instance Attribute Summary collapse
-
#factory_method_called ⇒ Object
Returns the value of attribute factory_method_called.
Instance Method Summary collapse
Instance Attribute Details
#factory_method_called ⇒ Object
Returns the value of attribute factory_method_called.
11 12 13 |
# File 'lib/configure/controls/factory_method.rb', line 11 def factory_method_called @factory_method_called end |
Instance Method Details
#factory_method_called? ⇒ Boolean
13 14 15 |
# File 'lib/configure/controls/factory_method.rb', line 13 def factory_method_called? factory_method_called ? true : false end |