Class: Virtuozzo::SOAP::Types::Devm::Create_driveResponse
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Devm::Create_driveResponse
- Defined in:
- lib/virtuozzo/soap/types/devm.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/devmcreate_driveResponse
device_info - Virtuozzo::SOAP::Types::Devm::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.
3026 3027 3028 |
# File 'lib/virtuozzo/soap/types/devm.rb', line 3026 def initialize(device_info = nil) @device_info = device_info end |
Instance Attribute Details
#device_info ⇒ Object
Returns the value of attribute device_info.
3024 3025 3026 |
# File 'lib/virtuozzo/soap/types/devm.rb', line 3024 def device_info @device_info end |