Class: Kanrisuru::Core::IP::IPNeighbour
- Inherits:
-
Struct
- Object
- Struct
- Kanrisuru::Core::IP::IPNeighbour
- Defined in:
- lib/kanrisuru/core/ip/types.rb
Instance Attribute Summary collapse
-
#destination ⇒ Object
Returns the value of attribute destination.
-
#device ⇒ Object
Returns the value of attribute device.
-
#lladdr ⇒ Object
Returns the value of attribute lladdr.
-
#state ⇒ Object
Returns the value of attribute state.
-
#stats ⇒ Object
Returns the value of attribute stats.
Instance Attribute Details
#destination ⇒ Object
Returns the value of attribute destination
35 36 37 |
# File 'lib/kanrisuru/core/ip/types.rb', line 35 def destination @destination end |
#device ⇒ Object
Returns the value of attribute device
35 36 37 |
# File 'lib/kanrisuru/core/ip/types.rb', line 35 def device @device end |
#lladdr ⇒ Object
Returns the value of attribute lladdr
35 36 37 |
# File 'lib/kanrisuru/core/ip/types.rb', line 35 def lladdr @lladdr end |
#state ⇒ Object
Returns the value of attribute state
35 36 37 |
# File 'lib/kanrisuru/core/ip/types.rb', line 35 def state @state end |
#stats ⇒ Object
Returns the value of attribute stats
35 36 37 |
# File 'lib/kanrisuru/core/ip/types.rb', line 35 def stats @stats end |