Class: Virtuozzo::SOAP::Drivers::Device::Create_driveResponse
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Drivers::Device::Create_driveResponse
- Defined in:
- lib/virtuozzo/soap/drivers/device/types.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/devmcreate_driveResponse
device_info - Virtuozzo::SOAP::Drivers::Device::Device_info
Instance Attribute Summary collapse
-
#device_info ⇒ Object
Returns the value of attribute device_info.
Instance Method Summary collapse
-
#initialize(device_info = nil) ⇒ Create_driveResponse
constructor
A new instance of Create_driveResponse.
Constructor Details
#initialize(device_info = nil) ⇒ Create_driveResponse
Returns a new instance of Create_driveResponse.
3025 3026 3027 |
# File 'lib/virtuozzo/soap/drivers/device/types.rb', line 3025 def initialize(device_info = nil) @device_info = device_info end |
Instance Attribute Details
#device_info ⇒ Object
Returns the value of attribute device_info.
3023 3024 3025 |
# File 'lib/virtuozzo/soap/drivers/device/types.rb', line 3023 def device_info @device_info end |