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
24 25 26 |
# File 'lib/leopard/nats_api_server.rb', line 24 def group @group end |
#handler ⇒ Object
Returns the value of attribute handler
24 25 26 |
# File 'lib/leopard/nats_api_server.rb', line 24 def handler @handler end |
#name ⇒ Object
Returns the value of attribute name
24 25 26 |
# File 'lib/leopard/nats_api_server.rb', line 24 def name @name end |
#queue ⇒ Object
Returns the value of attribute queue
24 25 26 |
# File 'lib/leopard/nats_api_server.rb', line 24 def queue @queue end |
#subject ⇒ Object
Returns the value of attribute subject
24 25 26 |
# File 'lib/leopard/nats_api_server.rb', line 24 def subject @subject end |