Class: Kanrisuru::Core::IP::IPNeighbour

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

Instance Attribute Summary collapse

Instance Attribute Details

#destinationObject

Returns the value of attribute destination

Returns:

  • (Object)

    the current value of destination



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

def destination
  @destination
end

#deviceObject

Returns the value of attribute device

Returns:

  • (Object)

    the current value of device



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

def device
  @device
end

#lladdrObject

Returns the value of attribute lladdr

Returns:

  • (Object)

    the current value of lladdr



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

def lladdr
  @lladdr
end

#stateObject

Returns the value of attribute state

Returns:

  • (Object)

    the current value of state



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

def state
  @state
end

#statsObject

Returns the value of attribute stats

Returns:

  • (Object)

    the current value of stats



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

def stats
  @stats
end