Class: Actor::Observers::Observer

Inherits:
Struct
  • Object
show all
Defined in:
lib/actor/observers.rb

Instance Attribute Summary collapse

Instance Attribute Details

#callbackObject

Returns the value of attribute callback

Returns:

  • (Object)

    the current value of callback



43
44
45
# File 'lib/actor/observers.rb', line 43

def callback
  @callback
end

#handler_methodObject

Returns the value of attribute handler_method

Returns:

  • (Object)

    the current value of handler_method



43
44
45
# File 'lib/actor/observers.rb', line 43

def handler_method
  @handler_method
end

#observer_idObject

Returns the value of attribute observer_id

Returns:

  • (Object)

    the current value of observer_id



43
44
45
# File 'lib/actor/observers.rb', line 43

def observer_id
  @observer_id
end