Class: PacketGen::Header::DHCPv6::ElapsedTime

Inherits:
Option show all
Defined in:
lib/packetgen/header/dhcpv6/option.rb

Overview

DHCPv6 Elapsed Time option

Author:

  • Sylvain Daubert

Since:

  • 2.5.0

Direct Known Subclasses

StatusCode

Instance Attribute Summary collapse

Attributes inherited from Option

#data, #length, #type

Instance Method Summary collapse

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

#valueInteger

16-bit value

Returns:

  • (Integer)


269
# File 'lib/packetgen/header/dhcpv6/option.rb', line 269

define_field :value, Types::Int16

Instance Method Details

#human_dataString

Get human-readable data (value)

Returns:

  • (String)

Since:

  • 2.5.0



273
274
275
# File 'lib/packetgen/header/dhcpv6/option.rb', line 273

def human_data
  value.to_s
end