Method: Beetle::Configuration#password
- Defined in:
- lib/beetle/configuration.rb
#password ⇒ Object
the password to use when connectiong to the AMQP servers (defaults to "guest"
)
83 84 85 |
# File 'lib/beetle/configuration.rb', line 83 def password @password end |