Class: HiddenHippo::Packets::Field
- Inherits:
-
Struct
- Object
- Struct
- HiddenHippo::Packets::Field
- Defined in:
- lib/hidden_hippo/packets/packet.rb
Instance Attribute Summary collapse
-
#converter ⇒ Object
Returns the value of attribute converter.
-
#name ⇒ Object
Returns the value of attribute name.
-
#tshark_field ⇒ Object
Returns the value of attribute tshark_field.
Instance Attribute Details
#converter ⇒ Object
Returns the value of attribute converter
3 4 5 |
# File 'lib/hidden_hippo/packets/packet.rb', line 3 def converter @converter end |
#name ⇒ Object
Returns the value of attribute name
3 4 5 |
# File 'lib/hidden_hippo/packets/packet.rb', line 3 def name @name end |
#tshark_field ⇒ Object
Returns the value of attribute tshark_field
3 4 5 |
# File 'lib/hidden_hippo/packets/packet.rb', line 3 def tshark_field @tshark_field end |