Class: FFWD::Plugin::Tunnel::BinaryProtocol::PeerAddrAfInet6
- Inherits:
-
Struct
- Object
- Struct
- FFWD::Plugin::Tunnel::BinaryProtocol::PeerAddrAfInet6
- Defined in:
- lib/ffwd/plugin/tunnel/binary_protocol.rb
Instance Attribute Summary collapse
-
#ip ⇒ Object
Returns the value of attribute ip.
-
#port ⇒ Object
Returns the value of attribute port.
Instance Attribute Details
#ip ⇒ Object
Returns the value of attribute ip
41 42 43 |
# File 'lib/ffwd/plugin/tunnel/binary_protocol.rb', line 41 def ip @ip end |
#port ⇒ Object
Returns the value of attribute port
41 42 43 |
# File 'lib/ffwd/plugin/tunnel/binary_protocol.rb', line 41 def port @port end |