Module: BallGag::Engine::ClassMethods
- Included in:
- BallGag
- Defined in:
- lib/ball_gag/engine.rb
Instance Attribute Summary collapse
-
#engine ⇒ Object
Returns the value of attribute engine.
-
#only_validate_on_attribute_changed ⇒ Object
Returns the value of attribute only_validate_on_attribute_changed.
Instance Attribute Details
#engine ⇒ Object
Returns the value of attribute engine.
4 5 6 |
# File 'lib/ball_gag/engine.rb', line 4 def engine @engine end |
#only_validate_on_attribute_changed ⇒ Object
Returns the value of attribute only_validate_on_attribute_changed.
4 5 6 |
# File 'lib/ball_gag/engine.rb', line 4 def only_validate_on_attribute_changed @only_validate_on_attribute_changed end |