Class: Virtuozzo::SOAP::Types::Backupm::Backup_optionsType::Policy

Inherits:
Object
  • Object
show all
Defined in:
lib/virtuozzo/soap/types/backupm.rb

Overview

inner class for member: policy http://www.swsoft.com/webservices/vzl/4.0.0/backupmpolicy

ignore_error - (any)
ignore_unexistent - (any)

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(ignore_error = nil, ignore_unexistent = nil) ⇒ Policy

Returns a new instance of Policy.



202
203
204
205
# File 'lib/virtuozzo/soap/types/backupm.rb', line 202

def initialize(ignore_error = nil, ignore_unexistent = nil)
  @ignore_error = ignore_error
  @ignore_unexistent = ignore_unexistent
end

Instance Attribute Details

#ignore_errorObject

Returns the value of attribute ignore_error.



199
200
201
# File 'lib/virtuozzo/soap/types/backupm.rb', line 199

def ignore_error
  @ignore_error
end

#ignore_unexistentObject

Returns the value of attribute ignore_unexistent.



200
201
202
# File 'lib/virtuozzo/soap/types/backupm.rb', line 200

def ignore_unexistent
  @ignore_unexistent
end