Class: Virtuozzo::SOAP::Types::Envm::Stop

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

#eidObject

Returns the value of attribute eid.



3374
3375
3376
# File 'lib/virtuozzo/soap/types/envm.rb', line 3374

def eid
  @eid
end

#forceObject

Returns the value of attribute force.



3375
3376
3377
# File 'lib/virtuozzo/soap/types/envm.rb', line 3375

def force
  @force
end