struct AMQProxy::Credentials
- AMQProxy::Credentials
- Struct
- Value
- Object
Defined in:
amqproxy/records.crConstructors
Instance Method Summary
- #clone
- #copy_with(user _user = @user, password _password = @password, vhost _vhost = @vhost)
- #password : String
- #user : String
- #vhost : String
Constructor Detail
Instance Method Detail
def copy_with(user _user = @user, password _password = @password, vhost _vhost = @vhost)
#