Class: FFWD::Plugin::Tunnel::BinaryProtocol::Header
- Inherits:
-
Struct
- Object
- Struct
- FFWD::Plugin::Tunnel::BinaryProtocol::Header
- Defined in:
- lib/ffwd/plugin/tunnel/binary_protocol.rb
Instance Attribute Summary collapse
-
#family ⇒ Object
Returns the value of attribute family.
-
#length ⇒ Object
Returns the value of attribute length.
-
#port ⇒ Object
Returns the value of attribute port.
-
#protocol ⇒ Object
Returns the value of attribute protocol.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#family ⇒ Object
Returns the value of attribute family
33 34 35 |
# File 'lib/ffwd/plugin/tunnel/binary_protocol.rb', line 33 def family @family end |
#length ⇒ Object
Returns the value of attribute length
33 34 35 |
# File 'lib/ffwd/plugin/tunnel/binary_protocol.rb', line 33 def length @length end |
#port ⇒ Object
Returns the value of attribute port
33 34 35 |
# File 'lib/ffwd/plugin/tunnel/binary_protocol.rb', line 33 def port @port end |
#protocol ⇒ Object
Returns the value of attribute protocol
33 34 35 |
# File 'lib/ffwd/plugin/tunnel/binary_protocol.rb', line 33 def protocol @protocol end |
#type ⇒ Object
Returns the value of attribute type
33 34 35 |
# File 'lib/ffwd/plugin/tunnel/binary_protocol.rb', line 33 def type @type end |