Class: Kanrisuru::Core::IP::IPStatTX
- Inherits:
-
Struct
- Object
- Struct
- Kanrisuru::Core::IP::IPStatTX
- Defined in:
- lib/kanrisuru/core/ip/types.rb
Instance Attribute Summary collapse
-
#bytes ⇒ Object
Returns the value of attribute bytes.
-
#carrier_errors ⇒ Object
Returns the value of attribute carrier_errors.
-
#collisions ⇒ Object
Returns the value of attribute collisions.
-
#dropped ⇒ Object
Returns the value of attribute dropped.
-
#errors ⇒ Object
Returns the value of attribute errors.
-
#packets ⇒ Object
Returns the value of attribute packets.
Instance Attribute Details
#bytes ⇒ Object
Returns the value of attribute bytes
43 44 45 |
# File 'lib/kanrisuru/core/ip/types.rb', line 43 def bytes @bytes end |
#carrier_errors ⇒ Object
Returns the value of attribute carrier_errors
43 44 45 |
# File 'lib/kanrisuru/core/ip/types.rb', line 43 def carrier_errors @carrier_errors end |
#collisions ⇒ Object
Returns the value of attribute collisions
43 44 45 |
# File 'lib/kanrisuru/core/ip/types.rb', line 43 def collisions @collisions end |
#dropped ⇒ Object
Returns the value of attribute dropped
43 44 45 |
# File 'lib/kanrisuru/core/ip/types.rb', line 43 def dropped @dropped end |
#errors ⇒ Object
Returns the value of attribute errors
43 44 45 |
# File 'lib/kanrisuru/core/ip/types.rb', line 43 def errors @errors end |
#packets ⇒ Object
Returns the value of attribute packets
43 44 45 |
# File 'lib/kanrisuru/core/ip/types.rb', line 43 def packets @packets end |