Class: Virtuozzo::SOAP::Types::Up2date::Env_resourceType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Up2date::Env_resourceType
- Defined in:
- lib/virtuozzo/soap/types/up2date.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/typesenv_resourceType
eid - (any)
ip_pool - Virtuozzo::SOAP::Drivers::Up2date::Ip_poolType
Instance Attribute Summary collapse
-
#eid ⇒ Object
Returns the value of attribute eid.
-
#ip_pool ⇒ Object
Returns the value of attribute ip_pool.
Instance Method Summary collapse
-
#initialize(eid = nil, ip_pool = nil) ⇒ Env_resourceType
constructor
A new instance of Env_resourceType.
Constructor Details
#initialize(eid = nil, ip_pool = nil) ⇒ Env_resourceType
Returns a new instance of Env_resourceType.
1563 1564 1565 1566 |
# File 'lib/virtuozzo/soap/types/up2date.rb', line 1563 def initialize(eid = nil, ip_pool = nil) @eid = eid @ip_pool = ip_pool end |
Instance Attribute Details
#eid ⇒ Object
Returns the value of attribute eid.
1560 1561 1562 |
# File 'lib/virtuozzo/soap/types/up2date.rb', line 1560 def eid @eid end |
#ip_pool ⇒ Object
Returns the value of attribute ip_pool.
1561 1562 1563 |
# File 'lib/virtuozzo/soap/types/up2date.rb', line 1561 def ip_pool @ip_pool end |