Method: Virtuozzo::SOAP::Types::Processm::Ip_poolType#initialize
- Defined in:
- lib/virtuozzo/soap/types/processm.rb
#initialize(ip_range = [], ip = []) ⇒ Ip_poolType
Returns a new instance of Ip_poolType.
1403 1404 1405 1406 |
# File 'lib/virtuozzo/soap/types/processm.rb', line 1403 def initialize(ip_range = [], ip = []) @ip_range = ip_range @ip = ip end |