Method: Qpid::Proton::Event#method

Defined in:
lib/core/event.rb

#methodSymbol Also known as: type

Returns method name that this event will call in #dispatch.

Returns:

  • (Symbol)

    method name that this event will call in #dispatch



98
99
100
# File 'lib/core/event.rb', line 98

def method
  @method
end