Class: PacketGen::Header::DHCP::Pad

Inherits:
End
  • Object
show all
Defined in:
lib/packetgen/header/dhcp/option.rb

Overview

Class to indicate padding after DHCP options

Since:

  • 2.2.0

Instance Method Summary collapse

Methods inherited from End

#to_human

Constructor Details

#initialize(options = { value: 0 }) ⇒ Pad

Returns a new instance of Pad.

Since:

  • 2.2.0



118
119
120
# File 'lib/packetgen/header/dhcp/option.rb', line 118

def initialize(options={ value: 0 })
  super
end