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



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

def group
  @group
end

#handlerObject

Returns the value of attribute handler

Returns:

  • (Object)

    the current value of handler



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

def handler
  @handler
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



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

def name
  @name
end

#queueObject

Returns the value of attribute queue

Returns:

  • (Object)

    the current value of queue



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

def queue
  @queue
end

#subjectObject

Returns the value of attribute subject

Returns:

  • (Object)

    the current value of subject



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

def subject
  @subject
end