Class: Rubyists::Leopard::NatsApiServer::Endpoint
- Inherits:
-
Struct
- Object
- Struct
- Rubyists::Leopard::NatsApiServer::Endpoint
- Defined in:
- lib/leopard/nats_api_server.rb
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
25 26 27 |
# File 'lib/leopard/nats_api_server.rb', line 25 def group @group end |
#handler ⇒ Object
Returns the value of attribute handler
25 26 27 |
# File 'lib/leopard/nats_api_server.rb', line 25 def handler @handler end |
#name ⇒ Object
Returns the value of attribute name
25 26 27 |
# File 'lib/leopard/nats_api_server.rb', line 25 def name @name end |
#queue ⇒ Object
Returns the value of attribute queue
25 26 27 |
# File 'lib/leopard/nats_api_server.rb', line 25 def queue @queue end |
#subject ⇒ Object
Returns the value of attribute subject
25 26 27 |
# File 'lib/leopard/nats_api_server.rb', line 25 def subject @subject end |