Class: Virtuozzo::SOAP::Types::Backupm::Ds_configurationType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Backupm::Ds_configurationType
- Defined in:
- lib/virtuozzo/soap/types/backupm.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/data_storagemds_configurationType
location - Virtuozzo::SOAP::Types::Backupm::Ds_locationType
Instance Attribute Summary collapse
-
#location ⇒ Object
Returns the value of attribute location.
Instance Method Summary collapse
-
#initialize(location = nil) ⇒ Ds_configurationType
constructor
A new instance of Ds_configurationType.
Constructor Details
#initialize(location = nil) ⇒ Ds_configurationType
Returns a new instance of Ds_configurationType.
2294 2295 2296 |
# File 'lib/virtuozzo/soap/types/backupm.rb', line 2294 def initialize(location = nil) @location = location end |
Instance Attribute Details
#location ⇒ Object
Returns the value of attribute location.
2292 2293 2294 |
# File 'lib/virtuozzo/soap/types/backupm.rb', line 2292 def location @location end |