Class: DHCP::SubOpt
Overview
Class for DHCP option suboptions:
Instance Attribute Summary
Attributes inherited from OptData
Attributes inherited from Opt
Instance Method Summary collapse
Methods inherited from OptData
#bin_to_data, #data_to_bin, #get, #initialize, #set, #to_opt, #to_s
Methods inherited from Opt
Constructor Details
This class inherits a constructor from DHCP::OptData
Instance Method Details
#opt_header ⇒ Object
190 191 192 |
# File 'lib/dhcp/options.rb', line 190 def opt_header "suboption[#{opt}:#{@name}]" end |