Class: Virtuozzo::SOAP::Types::Filer::Env_resourceType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Filer::Env_resourceType
- Defined in:
- lib/virtuozzo/soap/types/filer.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/typesenv_resourceType
eid - (any)
ip_pool - Virtuozzo::SOAP::Types::Filer::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.
848 849 850 851 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 848 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.
845 846 847 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 845 def eid @eid end |
#ip_pool ⇒ Object
Returns the value of attribute ip_pool.
846 847 848 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 846 def ip_pool @ip_pool end |