Class: Virtuozzo::SOAP::Types::Backupm::Get_info
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Backupm::Get_info
- Defined in:
- lib/virtuozzo/soap/types/backupm.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/backupmget_info
backup_id - (any)
- Virtuozzo::SOAP::Types::Backupm::Get_info_optionsType
Instance Attribute Summary collapse
-
#backup_id ⇒ Object
Returns the value of attribute backup_id.
-
#options ⇒ Object
Returns the value of attribute options.
Instance Method Summary collapse
-
#initialize(backup_id = nil, options = nil) ⇒ Get_info
constructor
A new instance of Get_info.
Constructor Details
#initialize(backup_id = nil, options = nil) ⇒ Get_info
Returns a new instance of Get_info.
2485 2486 2487 2488 |
# File 'lib/virtuozzo/soap/types/backupm.rb', line 2485 def initialize(backup_id = nil, = nil) @backup_id = backup_id @options = end |
Instance Attribute Details
#backup_id ⇒ Object
Returns the value of attribute backup_id.
2482 2483 2484 |
# File 'lib/virtuozzo/soap/types/backupm.rb', line 2482 def backup_id @backup_id end |
#options ⇒ Object
Returns the value of attribute options.
2483 2484 2485 |
# File 'lib/virtuozzo/soap/types/backupm.rb', line 2483 def @options end |