Method: Virtuozzo::SOAP::Types::OpLog::Ip_poolType#initialize
- Defined in:
- lib/virtuozzo/soap/types/op_log.rb
#initialize(ip_range = [], ip = []) ⇒ Ip_poolType
Returns a new instance of Ip_poolType.
767 768 769 770 |
# File 'lib/virtuozzo/soap/types/op_log.rb', line 767 def initialize(ip_range = [], ip = []) @ip_range = ip_range @ip = ip end |