Class: Virtuozzo::SOAP::Types::Backupm::Get_config
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Backupm::Get_config
- Defined in:
- lib/virtuozzo/soap/types/backupm.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/backupmget_config
local - (any)
Instance Attribute Summary collapse
-
#local ⇒ Object
Returns the value of attribute local.
Instance Method Summary collapse
-
#initialize(local = nil) ⇒ Get_config
constructor
A new instance of Get_config.
Constructor Details
#initialize(local = nil) ⇒ Get_config
Returns a new instance of Get_config.
2506 2507 2508 |
# File 'lib/virtuozzo/soap/types/backupm.rb', line 2506 def initialize(local = nil) @local = local end |
Instance Attribute Details
#local ⇒ Object
Returns the value of attribute local.
2504 2505 2506 |
# File 'lib/virtuozzo/soap/types/backupm.rb', line 2504 def local @local end |