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

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

Instance Attribute Summary collapse

Instance Attribute Details

#groupObject

Returns the value of attribute group

Returns:

  • (Object)

    the current value of group



25
26
27
# File 'lib/leopard/nats_api_server.rb', line 25

def group
  @group
end

#handlerObject

Returns the value of attribute handler

Returns:

  • (Object)

    the current value of handler



25
26
27
# File 'lib/leopard/nats_api_server.rb', line 25

def handler
  @handler
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



25
26
27
# File 'lib/leopard/nats_api_server.rb', line 25

def name
  @name
end

#queueObject

Returns the value of attribute queue

Returns:

  • (Object)

    the current value of queue



25
26
27
# File 'lib/leopard/nats_api_server.rb', line 25

def queue
  @queue
end

#subjectObject

Returns the value of attribute subject

Returns:

  • (Object)

    the current value of subject



25
26
27
# File 'lib/leopard/nats_api_server.rb', line 25

def subject
  @subject
end