Class: Virtuozzo::SOAP::Types::ServerGroup::AddResponse
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::ServerGroup::AddResponse
- Defined in:
- lib/virtuozzo/soap/types/server_group.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/server_groupaddResponse
eid - (any)
Instance Attribute Summary collapse
-
#eid ⇒ Object
Returns the value of attribute eid.
Instance Method Summary collapse
-
#initialize(eid = nil) ⇒ AddResponse
constructor
A new instance of AddResponse.
Constructor Details
#initialize(eid = nil) ⇒ AddResponse
Returns a new instance of AddResponse.
2256 2257 2258 |
# File 'lib/virtuozzo/soap/types/server_group.rb', line 2256 def initialize(eid = nil) @eid = eid end |
Instance Attribute Details
#eid ⇒ Object
Returns the value of attribute eid.
2254 2255 2256 |
# File 'lib/virtuozzo/soap/types/server_group.rb', line 2254 def eid @eid end |