Sha256: 70e8791117f5d7f1e907e4c103616df5ac925d7470885c26d90a9101ab256683

Contents?: true

Size: 208 Bytes

Versions: 1

Compression:

Stored size: 208 Bytes

Contents

# frozen_string_literal: true

require 'active_support/descendants_tracker'

module Pio
  module OpenFlow
    # Flow match
    class FlowMatch
      extend ActiveSupport::DescendantsTracker
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pio-0.30.2 lib/pio/open_flow/flow_match.rb