Class: Kanrisuru::Core::IP::IPStatRX

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

Instance Attribute Summary collapse

Instance Attribute Details

#bytesObject

Returns the value of attribute bytes

Returns:

  • (Object)

    the current value of bytes



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

def bytes
  @bytes
end

#droppedObject

Returns the value of attribute dropped

Returns:

  • (Object)

    the current value of dropped



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

def dropped
  @dropped
end

#errorsObject

Returns the value of attribute errors

Returns:

  • (Object)

    the current value of errors



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

def errors
  @errors
end

#multicastObject

Returns the value of attribute multicast

Returns:

  • (Object)

    the current value of multicast



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

def multicast
  @multicast
end

#over_errorsObject

Returns the value of attribute over_errors

Returns:

  • (Object)

    the current value of over_errors



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

def over_errors
  @over_errors
end

#packetsObject

Returns the value of attribute packets

Returns:

  • (Object)

    the current value of packets



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

def packets
  @packets
end