Class: PacketGen::Header::HeaderClassMethods::Binding Private
- Defined in:
- lib/packetgen/header/header_class_methods.rb
Overview
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Simple class to handle header association
Instance Attribute Summary collapse
-
#key ⇒ Object
Returns the value of attribute key.
-
#value ⇒ Object
Returns the value of attribute value.
Method Summary
Methods inherited from Struct
Instance Attribute Details
#key ⇒ Object
Returns the value of attribute key
13 14 15 |
# File 'lib/packetgen/header/header_class_methods.rb', line 13 def key @key end |
#value ⇒ Object
Returns the value of attribute value
13 14 15 |
# File 'lib/packetgen/header/header_class_methods.rb', line 13 def value @value end |