Class: Rubyists::Leopard::NatsApiServer::Endpoint
- Inherits:
-
Struct
- Object
- Struct
- Rubyists::Leopard::NatsApiServer::Endpoint
- Defined in:
- lib/leopard/nats_api_server.rb
Overview
Configuration for a request/reply endpoint declared with endpoint.
Instance Attribute Summary collapse
-
#group ⇒ Object
Returns the value of attribute group.
-
#handler ⇒ Object
Returns the value of attribute handler.
-
#name ⇒ Object
Returns the value of attribute name.
-
#queue ⇒ Object
Returns the value of attribute queue.
-
#subject ⇒ Object
Returns the value of attribute subject.
Instance Attribute Details
#group ⇒ Object
Returns the value of attribute group
37 38 39 |
# File 'lib/leopard/nats_api_server.rb', line 37 def group @group end |
#handler ⇒ Object
Returns the value of attribute handler
37 38 39 |
# File 'lib/leopard/nats_api_server.rb', line 37 def handler @handler end |
#name ⇒ Object
Returns the value of attribute name
37 38 39 |
# File 'lib/leopard/nats_api_server.rb', line 37 def name @name end |
#queue ⇒ Object
Returns the value of attribute queue
37 38 39 |
# File 'lib/leopard/nats_api_server.rb', line 37 def queue @queue end |
#subject ⇒ Object
Returns the value of attribute subject
37 38 39 |
# File 'lib/leopard/nats_api_server.rb', line 37 def subject @subject end |