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