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



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



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



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

def collisions
  @collisions
end

#droppedObject

Returns the value of attribute dropped



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

def dropped
  @dropped
end

#errorsObject

Returns the value of attribute errors



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

def errors
  @errors
end

#packetsObject

Returns the value of attribute packets



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

def packets
  @packets
end