class Pio::OpenFlow13::SetArpSenderProtocolAddress
Set ARP sender protocol address field
Public Class Methods
new(ip_address)
click to toggle source
Calls superclass method
Pio::OpenFlow::Action::new
# File lib/pio/open_flow13/set_arp_sender_protocol_address.rb, line 20 def initialize(ip_address) super ip_address: ip_address end