class Pio::OpenFlow10::Features::Reply
Public Instance Methods
ports()
click to toggle source
Calls superclass method
# File lib/pio/open_flow10/features/reply.rb, line 50 def ports super.map do |each| each.datapath_id = datapath_id each end end