Class: Virtuozzo::SOAP::Types::Devm::Delete_drive
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Devm::Delete_drive
- 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
-
#device ⇒ Object
Returns the value of attribute device.
-
#eid ⇒ Object
Returns the value of attribute eid.
-
#point ⇒ Object
Returns the value of attribute point.
Instance Method Summary collapse
-
#initialize(eid = nil, point = nil, device = nil) ⇒ Delete_drive
constructor
A new instance of Delete_drive.
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
#device ⇒ Object
Returns the value of attribute device.
2948 2949 2950 |
# File 'lib/virtuozzo/soap/types/devm.rb', line 2948 def device @device end |
#eid ⇒ Object
Returns the value of attribute eid.
2946 2947 2948 |
# File 'lib/virtuozzo/soap/types/devm.rb', line 2946 def eid @eid end |
#point ⇒ Object
Returns the value of attribute point.
2947 2948 2949 |
# File 'lib/virtuozzo/soap/types/devm.rb', line 2947 def point @point end |