class Pio::OpenFlow13::FlowMod::OutGroup
For delete commands, require matching entries to include this as an output group.
Constants
- ANY
Public Instance Methods
get()
click to toggle source
# File lib/pio/open_flow13/flow_mod.rb, line 57 def get out_group == ANY ? :any : out_group end
set(value)
click to toggle source
# File lib/pio/open_flow13/flow_mod.rb, line 61 def set(value) self.out_group = (value == :any ? ANY : value) end