Class: Travis::Config::Heroku::Url::Amqp

Inherits:
Base
  • Object
show all
Defined in:
lib/travis/config/heroku/url.rb

Direct Known Subclasses

Amqps

Instance Attribute Summary

Attributes inherited from Base

#database, #host, #password, #port, #username

Instance Method Summary collapse

Instance Method Details

#to_hObject



21
22
23
# File 'lib/travis/config/heroku/url.rb', line 21

def to_h
  super.reject { |key, value| key == :database }.merge(vhost: vhost)
end