Class: RabbitMQHttpAuthBackend::Service

Inherits:
Object
  • Object
show all
Defined in:
lib/rabbitmq_http_auth_backend/service.rb

Direct Known Subclasses

App::ResponseFormatter, BasicResolver, Resolver

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.call(*args) ⇒ Object



5
6
7
# File 'lib/rabbitmq_http_auth_backend/service.rb', line 5

def self.call(*args)
  new(*args).call
end

Instance Method Details

#callObject

Raises:

  • (NotImplementedError)


9
10
11
# File 'lib/rabbitmq_http_auth_backend/service.rb', line 9

def call
  raise(NotImplementedError)
end