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