Class: FFWD::Plugin::Tunnel::BinaryProtocol::Header

Inherits:
Struct
  • Object
show all
Defined in:
lib/ffwd/plugin/tunnel/binary_protocol.rb

Instance Attribute Summary collapse

Instance Attribute Details

#familyObject

Returns the value of attribute family

Returns:

  • (Object)

    the current value of family



33
34
35
# File 'lib/ffwd/plugin/tunnel/binary_protocol.rb', line 33

def family
  @family
end

#lengthObject

Returns the value of attribute length

Returns:

  • (Object)

    the current value of length



33
34
35
# File 'lib/ffwd/plugin/tunnel/binary_protocol.rb', line 33

def length
  @length
end

#portObject

Returns the value of attribute port

Returns:

  • (Object)

    the current value of port



33
34
35
# File 'lib/ffwd/plugin/tunnel/binary_protocol.rb', line 33

def port
  @port
end

#protocolObject

Returns the value of attribute protocol

Returns:

  • (Object)

    the current value of protocol



33
34
35
# File 'lib/ffwd/plugin/tunnel/binary_protocol.rb', line 33

def protocol
  @protocol
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



33
34
35
# File 'lib/ffwd/plugin/tunnel/binary_protocol.rb', line 33

def type
  @type
end