class DHCPParser::Host
Attributes
fixed_address[RW]
hardware_ethernet[RW]
host[RW]
Public Class Methods
new(host, hardware_ethernet, fixed_address)
click to toggle source
# File lib/dhcp_parser/host.rb, line 6 def initialize(host, hardware_ethernet, fixed_address) @host = host @hardware_ethernet = hardware_ethernet @fixed_address = fixed_address end