Class: Virtuozzo::SOAP::Types::ServerGroup::Del
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::ServerGroup::Del
- Defined in:
- lib/virtuozzo/soap/types/server_group.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/server_groupdel
eid - (any)
force - (any)
Instance Attribute Summary collapse
-
#eid ⇒ Object
Returns the value of attribute eid.
-
#force ⇒ Object
Returns the value of attribute force.
Instance Method Summary collapse
-
#initialize(eid = nil, force = nil) ⇒ Del
constructor
A new instance of Del.
Constructor Details
#initialize(eid = nil, force = nil) ⇒ Del
Returns a new instance of Del.
2109 2110 2111 2112 |
# File 'lib/virtuozzo/soap/types/server_group.rb', line 2109 def initialize(eid = nil, force = nil) @eid = eid @force = force end |
Instance Attribute Details
#eid ⇒ Object
Returns the value of attribute eid.
2106 2107 2108 |
# File 'lib/virtuozzo/soap/types/server_group.rb', line 2106 def eid @eid end |
#force ⇒ Object
Returns the value of attribute force.
2107 2108 2109 |
# File 'lib/virtuozzo/soap/types/server_group.rb', line 2107 def force @force end |