Class: Virtuozzo::SOAP::Types::Packagem::Env_resourceType

Inherits:
Object
  • Object
show all
Defined in:
lib/virtuozzo/soap/types/packagem.rb

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(eid = nil, ip_pool = nil) ⇒ Env_resourceType

Returns a new instance of Env_resourceType.



1417
1418
1419
1420
# File 'lib/virtuozzo/soap/types/packagem.rb', line 1417

def initialize(eid = nil, ip_pool = nil)
  @eid = eid
  @ip_pool = ip_pool
end

Instance Attribute Details

#eidObject

Returns the value of attribute eid.



1414
1415
1416
# File 'lib/virtuozzo/soap/types/packagem.rb', line 1414

def eid
  @eid
end

#ip_poolObject

Returns the value of attribute ip_pool.



1415
1416
1417
# File 'lib/virtuozzo/soap/types/packagem.rb', line 1415

def ip_pool
  @ip_pool
end