Sha256: 7146454eaba805de145ce21872995657901bd11da0008c2fbaa03be84f282d99

Contents?: true

Size: 196 Bytes

Versions: 1

Compression:

Stored size: 196 Bytes

Contents

module Legion
  module Transport
    module Exchanges
      class Extensions < Legion::Transport::Exchange
        def exchange_name
          'extensions'
        end
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
legion-transport-1.2.0 lib/legion/transport/exchanges/extensions.rb