Class: Actor::Observers::Observer
- Inherits:
-
Struct
- Object
- Struct
- Actor::Observers::Observer
- Defined in:
- lib/actor/observers.rb
Instance Attribute Summary collapse
-
#callback ⇒ Object
Returns the value of attribute callback.
-
#handler_method ⇒ Object
Returns the value of attribute handler_method.
-
#observer_id ⇒ Object
Returns the value of attribute observer_id.
Instance Attribute Details
#callback ⇒ Object
Returns the value of attribute callback
43 44 45 |
# File 'lib/actor/observers.rb', line 43 def callback @callback end |
#handler_method ⇒ Object
Returns the value of attribute handler_method
43 44 45 |
# File 'lib/actor/observers.rb', line 43 def handler_method @handler_method end |
#observer_id ⇒ Object
Returns the value of attribute observer_id
43 44 45 |
# File 'lib/actor/observers.rb', line 43 def observer_id @observer_id end |