Class: Kanrisuru::Core::IP::IPNeighbourStats
- Inherits:
-
Struct
- Object
- Struct
- Kanrisuru::Core::IP::IPNeighbourStats
- Defined in:
- lib/kanrisuru/core/ip/types.rb
Instance Attribute Summary collapse
-
#confirmed ⇒ Object
Returns the value of attribute confirmed.
-
#probes ⇒ Object
Returns the value of attribute probes.
-
#ref_count ⇒ Object
Returns the value of attribute ref_count.
-
#updated ⇒ Object
Returns the value of attribute updated.
-
#used ⇒ Object
Returns the value of attribute used.
Instance Attribute Details
#confirmed ⇒ Object
Returns the value of attribute confirmed
36 37 38 |
# File 'lib/kanrisuru/core/ip/types.rb', line 36 def confirmed @confirmed end |
#probes ⇒ Object
Returns the value of attribute probes
36 37 38 |
# File 'lib/kanrisuru/core/ip/types.rb', line 36 def probes @probes end |
#ref_count ⇒ Object
Returns the value of attribute ref_count
36 37 38 |
# File 'lib/kanrisuru/core/ip/types.rb', line 36 def ref_count @ref_count end |
#updated ⇒ Object
Returns the value of attribute updated
36 37 38 |
# File 'lib/kanrisuru/core/ip/types.rb', line 36 def updated @updated end |
#used ⇒ Object
Returns the value of attribute used
36 37 38 |
# File 'lib/kanrisuru/core/ip/types.rb', line 36 def used @used end |