Method: Qpid::Proton::Event#context

Defined in:
lib/core/event.rb

#contextObject

Returns the event context object.

Returns:

  • (Object)

    the event context object



103
# File 'lib/core/event.rb', line 103

def context; return @context ||= _context; end