Class: Virtuozzo::SOAP::Types::ServerGroup::Env_voc
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::ServerGroup::Env_voc
- Defined in:
- lib/virtuozzo/soap/types/server_group.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/server_groupenv_voc
eid - (any)
id - Virtuozzo::SOAP::Types::ServerGroup::Voc_idType
Instance Attribute Summary collapse
-
#eid ⇒ Object
Returns the value of attribute eid.
-
#id ⇒ Object
Returns the value of attribute id.
Instance Method Summary collapse
-
#initialize(eid = nil, id = []) ⇒ Env_voc
constructor
A new instance of Env_voc.
Constructor Details
#initialize(eid = nil, id = []) ⇒ Env_voc
Returns a new instance of Env_voc.
2241 2242 2243 2244 |
# File 'lib/virtuozzo/soap/types/server_group.rb', line 2241 def initialize(eid = nil, id = []) @eid = eid @id = id end |
Instance Attribute Details
#eid ⇒ Object
Returns the value of attribute eid.
2238 2239 2240 |
# File 'lib/virtuozzo/soap/types/server_group.rb', line 2238 def eid @eid end |
#id ⇒ Object
Returns the value of attribute id.
2239 2240 2241 |
# File 'lib/virtuozzo/soap/types/server_group.rb', line 2239 def id @id end |