Class: Kanrisuru::Core::IP::IPNeighbourStats

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

Instance Attribute Summary collapse

Instance Attribute Details

#confirmedObject

Returns the value of attribute confirmed

Returns:

  • (Object)

    the current value of confirmed



36
37
38
# File 'lib/kanrisuru/core/ip/types.rb', line 36

def confirmed
  @confirmed
end

#probesObject

Returns the value of attribute probes

Returns:

  • (Object)

    the current value of probes



36
37
38
# File 'lib/kanrisuru/core/ip/types.rb', line 36

def probes
  @probes
end

#ref_countObject

Returns the value of attribute ref_count

Returns:

  • (Object)

    the current value of ref_count



36
37
38
# File 'lib/kanrisuru/core/ip/types.rb', line 36

def ref_count
  @ref_count
end

#updatedObject

Returns the value of attribute updated

Returns:

  • (Object)

    the current value of updated



36
37
38
# File 'lib/kanrisuru/core/ip/types.rb', line 36

def updated
  @updated
end

#usedObject

Returns the value of attribute used

Returns:

  • (Object)

    the current value of used



36
37
38
# File 'lib/kanrisuru/core/ip/types.rb', line 36

def used
  @used
end