Sha256: d51228530bb67acd0e5a5a43b767a14d4e3f3704750c81ad365167ab1410fe5a
Contents?: true
Size: 209 Bytes
Versions: 36
Compression:
Stored size: 209 Bytes
Contents
module BBK module AMQP class RouteInfo attr_reader exchange: String? attr_reader routing_key: String? def initialize: (String? exchange, String? routing_key) -> void end end end
Version data entries
36 entries across 36 versions & 1 rubygems