Method: Beetle::Configuration#password

Defined in:
lib/beetle/configuration.rb

#passwordObject

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