Class: Virtuozzo::SOAP::Types::Devm::Delete_drive

Inherits:
Object
  • Object
show all
Defined in:
lib/virtuozzo/soap/types/devm.rb

Overview

http://www.swsoft.com/webservices/vzl/4.0.0/devmdelete_drive

eid - (any)
point - SOAP::SOAPString
device - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(eid = nil, point = nil, device = nil) ⇒ Delete_drive

Returns a new instance of Delete_drive.



2950
2951
2952
2953
2954
# File 'lib/virtuozzo/soap/types/devm.rb', line 2950

def initialize(eid = nil, point = nil, device = nil)
  @eid = eid
  @point = point
  @device = device
end

Instance Attribute Details

#deviceObject

Returns the value of attribute device.



2948
2949
2950
# File 'lib/virtuozzo/soap/types/devm.rb', line 2948

def device
  @device
end

#eidObject

Returns the value of attribute eid.



2946
2947
2948
# File 'lib/virtuozzo/soap/types/devm.rb', line 2946

def eid
  @eid
end

#pointObject

Returns the value of attribute point.



2947
2948
2949
# File 'lib/virtuozzo/soap/types/devm.rb', line 2947

def point
  @point
end