Class: ENet::Client::Address
- Inherits:
-
Struct
- Object
- Struct
- ENet::Client::Address
- Defined in:
- lib/ffi-enet/renet/client.rb
Instance Attribute Summary collapse
-
#host ⇒ Object
Returns the value of attribute host.
-
#port ⇒ Object
Returns the value of attribute port.
Instance Attribute Details
#host ⇒ Object
Returns the value of attribute host
3 4 5 |
# File 'lib/ffi-enet/renet/client.rb', line 3 def host @host end |
#port ⇒ Object
Returns the value of attribute port
3 4 5 |
# File 'lib/ffi-enet/renet/client.rb', line 3 def port @port end |