Class: Virtuozzo::SOAP::Types::Envm::Stop
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Envm::Stop
- Defined in:
- lib/virtuozzo/soap/types/envm.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/envmstop
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) ⇒ Stop
constructor
A new instance of Stop.
Constructor Details
#initialize(eid = nil, force = nil) ⇒ Stop
Returns a new instance of Stop.
3377 3378 3379 3380 |
# File 'lib/virtuozzo/soap/types/envm.rb', line 3377 def initialize(eid = nil, force = nil) @eid = eid @force = force end |
Instance Attribute Details
#eid ⇒ Object
Returns the value of attribute eid.
3374 3375 3376 |
# File 'lib/virtuozzo/soap/types/envm.rb', line 3374 def eid @eid end |
#force ⇒ Object
Returns the value of attribute force.
3375 3376 3377 |
# File 'lib/virtuozzo/soap/types/envm.rb', line 3375 def force @force end |