Module: Bidi2pdf::Bidi::Interceptor::ClassMethods

Defined in:
lib/bidi2pdf/bidi/interceptor.rb

Instance Method Summary collapse

Instance Method Details

#eventsObject

Raises:

  • (NotImplementedError)


13
# File 'lib/bidi2pdf/bidi/interceptor.rb', line 13

def events = raise(NotImplementedError, "Interceptors must implement events")

#phasesObject

Raises:

  • (NotImplementedError)


11
# File 'lib/bidi2pdf/bidi/interceptor.rb', line 11

def phases = raise(NotImplementedError, "Interceptors must implement phases")