Method: Copland::Interceptor#before

Defined in:
lib/copland/interceptor.rb

#beforeObject (readonly)

The array of interceptor service point names (not services) that this interceptor should come before.



57
58
59
# File 'lib/copland/interceptor.rb', line 57

def before
  @before
end