Class: Capp::Packet::IPv6Header
- Inherits:
-
Struct
- Object
- Struct
- Capp::Packet::IPv6Header
- Defined in:
- lib/capp/packet.rb
Overview
IPv6 header. See RFC 2460
Instance Attribute Summary collapse
-
#destination ⇒ Object
Returns the value of attribute destination.
-
#flow_label ⇒ Object
Returns the value of attribute flow_label.
-
#hop_limit ⇒ Object
Returns the value of attribute hop_limit.
-
#next_header ⇒ Object
Returns the value of attribute next_header.
-
#payload_length ⇒ Object
Returns the value of attribute payload_length.
-
#source ⇒ Object
Returns the value of attribute source.
-
#traffic_class ⇒ Object
Returns the value of attribute traffic_class.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Attribute Details
#destination ⇒ Object
Returns the value of attribute destination
55 56 57 |
# File 'lib/capp/packet.rb', line 55 def destination @destination end |
#flow_label ⇒ Object
Returns the value of attribute flow_label
55 56 57 |
# File 'lib/capp/packet.rb', line 55 def flow_label @flow_label end |
#hop_limit ⇒ Object
Returns the value of attribute hop_limit
55 56 57 |
# File 'lib/capp/packet.rb', line 55 def hop_limit @hop_limit end |
#next_header ⇒ Object
Returns the value of attribute next_header
55 56 57 |
# File 'lib/capp/packet.rb', line 55 def next_header @next_header end |
#payload_length ⇒ Object
Returns the value of attribute payload_length
55 56 57 |
# File 'lib/capp/packet.rb', line 55 def payload_length @payload_length end |
#source ⇒ Object
Returns the value of attribute source
55 56 57 |
# File 'lib/capp/packet.rb', line 55 def source @source end |
#traffic_class ⇒ Object
Returns the value of attribute traffic_class
55 56 57 |
# File 'lib/capp/packet.rb', line 55 def traffic_class @traffic_class end |
#version ⇒ Object
Returns the value of attribute version
55 56 57 |
# File 'lib/capp/packet.rb', line 55 def version @version end |