Class: Virtuozzo::SOAP::Types::Devm::Device_info
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Devm::Device_info
- Defined in:
- lib/virtuozzo/soap/types/devm.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/devmdevice_info
filesystem - SOAP::SOAPString
device - SOAP::SOAPString
partition - SOAP::SOAPString
Instance Attribute Summary collapse
-
#device ⇒ Object
Returns the value of attribute device.
-
#filesystem ⇒ Object
Returns the value of attribute filesystem.
-
#partition ⇒ Object
Returns the value of attribute partition.
Instance Method Summary collapse
-
#initialize(filesystem = [], device = [], partition = []) ⇒ Device_info
constructor
A new instance of Device_info.
Constructor Details
#initialize(filesystem = [], device = [], partition = []) ⇒ Device_info
Returns a new instance of Device_info.
2903 2904 2905 2906 2907 |
# File 'lib/virtuozzo/soap/types/devm.rb', line 2903 def initialize(filesystem = [], device = [], partition = []) @filesystem = filesystem @device = device @partition = partition end |
Instance Attribute Details
#device ⇒ Object
Returns the value of attribute device.
2900 2901 2902 |
# File 'lib/virtuozzo/soap/types/devm.rb', line 2900 def device @device end |
#filesystem ⇒ Object
Returns the value of attribute filesystem.
2899 2900 2901 |
# File 'lib/virtuozzo/soap/types/devm.rb', line 2899 def filesystem @filesystem end |
#partition ⇒ Object
Returns the value of attribute partition.
2901 2902 2903 |
# File 'lib/virtuozzo/soap/types/devm.rb', line 2901 def partition @partition end |