Method: Virtuozzo::SOAP::Types::Filer::Ip_poolType#initialize
- Defined in:
- lib/virtuozzo/soap/types/filer.rb
#initialize(ip_range = [], ip = []) ⇒ Ip_poolType
Returns a new instance of Ip_poolType.
876 877 878 879 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 876 def initialize(ip_range = [], ip = []) @ip_range = ip_range @ip = ip end |