Class: Messed::Configuration::Queues::IndivialQueue
- Inherits:
-
Object
- Object
- Messed::Configuration::Queues::IndivialQueue
- Includes:
- ConfigHelper
- Defined in:
- lib/messed/configuration.rb
Instance Attribute Summary collapse
-
#host ⇒ Object
Returns the value of attribute host.
-
#port ⇒ Object
Returns the value of attribute port.
-
#tube ⇒ Object
Returns the value of attribute tube.
Method Summary
Methods included from ConfigHelper
Instance Attribute Details
#host ⇒ Object
Returns the value of attribute host.
70 71 72 |
# File 'lib/messed/configuration.rb', line 70 def host @host end |
#port ⇒ Object
Returns the value of attribute port.
70 71 72 |
# File 'lib/messed/configuration.rb', line 70 def port @port end |
#tube ⇒ Object
Returns the value of attribute tube.
70 71 72 |
# File 'lib/messed/configuration.rb', line 70 def tube @tube end |