Methods
- N
-
Constants
| KeyName |
= |
:ipv6hint |
| |
|
| KeyNumber |
= |
6 |
| |
|
Attributes
|
[R]
|
addresses |
Set of IPv6 addresses.
|
Class Public methods
new(addresses)
Link
Initialize “ipv6hint” ScvParam.
Source:
show
| on GitHub
def initialize(addresses)
@addresses = addresses.map {|address| IPv6.create(address) }
end