class Pio::OpenFlow13::SetArpOperation

Set ARP operation field

Public Class Methods

new(operation) click to toggle source
Calls superclass method Pio::OpenFlow::Action::new
# File lib/pio/open_flow13/set_arp_operation.rb, line 20
def initialize(operation)
  super operation: operation
end