Class: URI::AMQP

Inherits:
Generic
  • Object
show all
Defined in:
lib/ext/uri.rb

Constant Summary collapse

COMPONENT =
[
  :scheme,
  :userinfo, :host, :port,
  :path
].freeze