Class: Kanrisuru::Core::IP::IPStats
- Inherits:
-
Struct
- Object
- Struct
- Kanrisuru::Core::IP::IPStats
- Defined in:
- lib/kanrisuru/core/ip/types.rb
Instance Attribute Summary collapse
-
#rx ⇒ Object
Returns the value of attribute rx.
-
#tx ⇒ Object
Returns the value of attribute tx.
Instance Attribute Details
#rx ⇒ Object
Returns the value of attribute rx
41 42 43 |
# File 'lib/kanrisuru/core/ip/types.rb', line 41 def rx @rx end |
#tx ⇒ Object
Returns the value of attribute tx
41 42 43 |
# File 'lib/kanrisuru/core/ip/types.rb', line 41 def tx @tx end |