Class: Virtuozzo::SOAP::Drivers::Device::Delete_drive

Inherits:
Object
  • Object
show all
Defined in:
lib/virtuozzo/soap/drivers/device/types.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.



2949
2950
2951
2952
2953
# File 'lib/virtuozzo/soap/drivers/device/types.rb', line 2949

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.



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

def device
  @device
end

#eidObject

Returns the value of attribute eid.



2945
2946
2947
# File 'lib/virtuozzo/soap/drivers/device/types.rb', line 2945

def eid
  @eid
end

#pointObject

Returns the value of attribute point.



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

def point
  @point
end