Class: Virtuozzo::SOAP::Types::Backupm::Remove
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Backupm::Remove
- Defined in:
- lib/virtuozzo/soap/types/backupm.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/backupmremove
backup_id - (any)
- Virtuozzo::SOAP::Types::Backupm::Remove_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) ⇒ Remove
constructor
A new instance of Remove.
Constructor Details
#initialize(backup_id = nil, options = nil) ⇒ Remove
2460 2461 2462 2463 |
# File 'lib/virtuozzo/soap/types/backupm.rb', line 2460 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.
2457 2458 2459 |
# File 'lib/virtuozzo/soap/types/backupm.rb', line 2457 def backup_id @backup_id end |
#options ⇒ Object
Returns the value of attribute options.
2458 2459 2460 |
# File 'lib/virtuozzo/soap/types/backupm.rb', line 2458 def @options end |