class Pio::Dhcp::ClientId
Dhcp
Client Id Format
Public Instance Methods
get()
click to toggle source
# File lib/pio/dhcp/client_id.rb, line 12 def get mac end
set(value)
click to toggle source
# File lib/pio/dhcp/client_id.rb, line 16 def set(value) self.mac = value end