Class: PacketGen::Header::DHCPv6::ClientID
- Defined in:
- lib/packetgen/header/dhcpv6/option.rb
Overview
DHCPv6 Client ID option
Direct Known Subclasses
Instance Attribute Summary collapse
Attributes inherited from Option
Instance Method Summary collapse
-
#human_data ⇒ String
Get human-readable data (DUID).
Methods inherited from Option
human_type, initialize, new, subclasses, to_human
Instance Attribute Details
Instance Method Details
#human_data ⇒ String
Get human-readable data (DUID)
124 125 126 |
# File 'lib/packetgen/header/dhcpv6/option.rb', line 124 def human_data self[:duid].to_human end |