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



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

def bytes
  @bytes
end

#droppedObject

Returns the value of attribute dropped



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

def dropped
  @dropped
end

#errorsObject

Returns the value of attribute errors



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

def errors
  @errors
end

#multicastObject

Returns the value of attribute 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



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



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

def packets
  @packets
end