Class: Kanrisuru::Core::IP::IPStats

Inherits:
Struct
  • Object
show all
Defined in:
lib/kanrisuru/core/ip/types.rb

Instance Attribute Summary collapse

Instance Attribute Details

#rxObject

Returns the value of attribute rx

Returns:

  • (Object)

    the current value of rx



41
42
43
# File 'lib/kanrisuru/core/ip/types.rb', line 41

def rx
  @rx
end

#txObject

Returns the value of attribute tx

Returns:

  • (Object)

    the current value of tx



41
42
43
# File 'lib/kanrisuru/core/ip/types.rb', line 41

def tx
  @tx
end