Class: Messed::Configuration::Queues::IndivialQueue

Inherits:
Object
  • Object
show all
Includes:
ConfigHelper
Defined in:
lib/messed/configuration.rb

Instance Attribute Summary collapse

Method Summary

Methods included from ConfigHelper

#with

Instance Attribute Details

#hostObject

Returns the value of attribute host.



70
71
72
# File 'lib/messed/configuration.rb', line 70

def host
  @host
end

#portObject

Returns the value of attribute port.



70
71
72
# File 'lib/messed/configuration.rb', line 70

def port
  @port
end

#tubeObject

Returns the value of attribute tube.



70
71
72
# File 'lib/messed/configuration.rb', line 70

def tube
  @tube
end