Class: Rubyists::Leopard::NatsApiServer::Endpoint

Inherits:
Struct
  • Object
show all
Defined in:
lib/leopard/nats_api_server.rb

Overview

Configuration for a request/reply endpoint declared with endpoint.

Instance Attribute Summary collapse

Instance Attribute Details

#groupObject

Returns the value of attribute group

Returns:

  • (Object)

    the current value of group



37
38
39
# File 'lib/leopard/nats_api_server.rb', line 37

def group
  @group
end

#handlerObject

Returns the value of attribute handler

Returns:

  • (Object)

    the current value of handler



37
38
39
# File 'lib/leopard/nats_api_server.rb', line 37

def handler
  @handler
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



37
38
39
# File 'lib/leopard/nats_api_server.rb', line 37

def name
  @name
end

#queueObject

Returns the value of attribute queue

Returns:

  • (Object)

    the current value of queue



37
38
39
# File 'lib/leopard/nats_api_server.rb', line 37

def queue
  @queue
end

#subjectObject

Returns the value of attribute subject

Returns:

  • (Object)

    the current value of subject



37
38
39
# File 'lib/leopard/nats_api_server.rb', line 37

def subject
  @subject
end