Method: Virtuozzo::SOAP::Types::Userm::Ip_rangeType#initialize

Defined in:
lib/virtuozzo/soap/types/userm.rb

#initialize(id = nil, start_ip = nil, subnet_mask = nil, comment = nil) ⇒ Ip_rangeType

Returns a new instance of Ip_rangeType.



476
477
478
479
480
481
# File 'lib/virtuozzo/soap/types/userm.rb', line 476

def initialize(id = nil, start_ip = nil, subnet_mask = nil, comment = nil)
  @id = id
  @start_ip = start_ip
  @subnet_mask = subnet_mask
  @comment = comment
end