class RabbitMQHttpAuthBackend::Service

Public Class Methods

call(*args) click to toggle source
# File lib/rabbitmq_http_auth_backend/service.rb, line 5
def self.call(*args)
  new(*args).call
end

Public Instance Methods

call() click to toggle source
# File lib/rabbitmq_http_auth_backend/service.rb, line 9
def call
  raise(NotImplementedError)
end