Class: Kanrisuru::Core::Socket::Statistics
- Inherits:
-
Struct
- Object
- Struct
- Kanrisuru::Core::Socket::Statistics
- Defined in:
- lib/kanrisuru/core/socket/types.rb
Instance Attribute Summary collapse
-
#local_address ⇒ Object
Returns the value of attribute local_address.
-
#local_port ⇒ Object
Returns the value of attribute local_port.
-
#memory ⇒ Object
Returns the value of attribute memory.
-
#netid ⇒ Object
Returns the value of attribute netid.
-
#peer_address ⇒ Object
Returns the value of attribute peer_address.
-
#peer_port ⇒ Object
Returns the value of attribute peer_port.
-
#receive_queue ⇒ Object
Returns the value of attribute receive_queue.
-
#send_queue ⇒ Object
Returns the value of attribute send_queue.
-
#state ⇒ Object
Returns the value of attribute state.
Instance Attribute Details
#local_address ⇒ Object
Returns the value of attribute local_address
6 7 8 |
# File 'lib/kanrisuru/core/socket/types.rb', line 6 def local_address @local_address end |
#local_port ⇒ Object
Returns the value of attribute local_port
6 7 8 |
# File 'lib/kanrisuru/core/socket/types.rb', line 6 def local_port @local_port end |
#memory ⇒ Object
Returns the value of attribute memory
6 7 8 |
# File 'lib/kanrisuru/core/socket/types.rb', line 6 def memory @memory end |
#netid ⇒ Object
Returns the value of attribute netid
6 7 8 |
# File 'lib/kanrisuru/core/socket/types.rb', line 6 def netid @netid end |
#peer_address ⇒ Object
Returns the value of attribute peer_address
6 7 8 |
# File 'lib/kanrisuru/core/socket/types.rb', line 6 def peer_address @peer_address end |
#peer_port ⇒ Object
Returns the value of attribute peer_port
6 7 8 |
# File 'lib/kanrisuru/core/socket/types.rb', line 6 def peer_port @peer_port end |
#receive_queue ⇒ Object
Returns the value of attribute receive_queue
6 7 8 |
# File 'lib/kanrisuru/core/socket/types.rb', line 6 def receive_queue @receive_queue end |
#send_queue ⇒ Object
Returns the value of attribute send_queue
6 7 8 |
# File 'lib/kanrisuru/core/socket/types.rb', line 6 def send_queue @send_queue end |
#state ⇒ Object
Returns the value of attribute state
6 7 8 |
# File 'lib/kanrisuru/core/socket/types.rb', line 6 def state @state end |