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
Returns a new instance of Remove.
2462 2463 2464 2465 |
# File 'lib/virtuozzo/soap/types/backupm.rb', line 2462 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.
2459 2460 2461 |
# File 'lib/virtuozzo/soap/types/backupm.rb', line 2459 def backup_id @backup_id end |
#options ⇒ Object
Returns the value of attribute options.
2460 2461 2462 |
# File 'lib/virtuozzo/soap/types/backupm.rb', line 2460 def @options end |