Class: Guise::Callback Private
- Inherits:
-
Object
- Object
- Guise::Callback
- Defined in:
- lib/guise/callbacks.rb
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Direct Known Subclasses
Instance Method Summary collapse
-
#initialize(guise, attribute) ⇒ Callback
constructor
private
A new instance of Callback.
Constructor Details
#initialize(guise, attribute) ⇒ Callback
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Returns a new instance of Callback.
4 5 6 7 |
# File 'lib/guise/callbacks.rb', line 4 def initialize(guise, attribute) @guise = guise @attribute = attribute end |