Class: RabbitMQHttpAuthBackend::Service
- Inherits:
-
Object
- Object
- RabbitMQHttpAuthBackend::Service
show all
- Defined in:
- lib/rabbitmq_http_auth_backend/service.rb
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
#call ⇒ Object
9
10
11
|
# File 'lib/rabbitmq_http_auth_backend/service.rb', line 9
def call
raise(NotImplementedError)
end
|