struct AMQProxy::Credentials

Defined in:

amqproxy/records.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(user : String, password : String, vhost : String) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(user _user = @user, password _password = @password, vhost _vhost = @vhost) #

[View source]
def password : String #

def user : String #

def vhost : String #