Class: Travis::Config::Heroku::Url::Amqp
- Defined in:
- lib/travis/config/heroku/url.rb
Direct Known Subclasses
Instance Attribute Summary
Attributes inherited from Base
#database, #host, #password, #port, #username
Instance Method Summary collapse
Instance Method Details
#to_h ⇒ Object
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 |