Class: DHCP::SubOptList
- Inherits:
-
OptListData
- Object
- Opt
- OptData
- OptListData
- DHCP::SubOptList
- Defined in:
- lib/dhcp/options.rb
Overview
Class for DHCP option suboptions containing lists
Direct Known Subclasses
Instance Attribute Summary
Attributes inherited from OptData
Attributes inherited from Opt
Instance Method Summary collapse
Methods inherited from OptListData
#append, #data=, #each, #get, #initialize, #is_list?, #set, #size, #split_data, #to_s
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::OptListData
Instance Method Details
#opt_header ⇒ Object
197 198 199 |
# File 'lib/dhcp/options.rb', line 197 def opt_header "suboption[#{opt}:#{@name}]" end |