Class: PacketGen::Header::DNS::Option
- Inherits:
-
BinStruct::AbstractTLV
- Object
- BinStruct::AbstractTLV
- PacketGen::Header::DNS::Option
- Defined in:
- lib/packetgen/header/dns/option.rb,
lib/packetgen/header/dns/option.rb
Overview
Instance Attribute Summary collapse
-
#code ⇒ Integer
Alias for
#type
. -
#data ⇒ BinStruct::String
Alias for
#value
.
Instance Attribute Details
#code ⇒ Integer
Alias for #type
15 |
# File 'lib/packetgen/header/dns/option.rb', line 15 class Option < BinStruct::AbstractTLV; end |
#data ⇒ BinStruct::String
Alias for #value
15 |
# File 'lib/packetgen/header/dns/option.rb', line 15 class Option < BinStruct::AbstractTLV; end |