Class: PacketGen::Header::DHCPv6::ClientID
- Inherits:
-
Option
- Object
- Types::Fields
- Option
- 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
Methods included from Types::Fieldable
#format_inspect, #read, #sz, #to_human, #to_s, #type_name
Methods inherited from Types::Fields
#[], #[]=, #bits_on, define_bit_fields_on, define_field, define_field_after, define_field_before, #fields, fields, inherited, #initialize, #inspect, #offset_of, #optional?, #optional_fields, #present?, #read, remove_bit_fields_on, remove_field, #sz, #to_h, #to_s, update_field
Constructor Details
This class inherits a constructor from PacketGen::Header::DHCPv6::Option
Instance Attribute Details
Instance Method Details
#human_data ⇒ String
Get human-readable data (DUID)
123 124 125 |
# File 'lib/packetgen/header/dhcpv6/option.rb', line 123 def human_data self[:duid].to_human end |