Class: Kanrisuru::Core::IP::IPStatTX

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



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

def bytes
  @bytes
end

#carrier_errorsObject

Returns the value of attribute carrier_errors

Returns:

  • (Object)

    the current value of carrier_errors



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

def carrier_errors
  @carrier_errors
end

#collisionsObject

Returns the value of attribute collisions

Returns:

  • (Object)

    the current value of collisions



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

def collisions
  @collisions
end

#droppedObject

Returns the value of attribute dropped

Returns:

  • (Object)

    the current value of dropped



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

def dropped
  @dropped
end

#errorsObject

Returns the value of attribute errors

Returns:

  • (Object)

    the current value of errors



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

def errors
  @errors
end

#packetsObject

Returns the value of attribute packets

Returns:

  • (Object)

    the current value of packets



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

def packets
  @packets
end