Class: Virtuozzo::SOAP::Types::Relocator::Hw_notesTypes_

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

Overview

http://www.swsoft.com/webservices/vza/4.0.0/vzarelocatorhw_notesTypes

exclude - Virtuozzo::SOAP::Drivers::Relocator::Hw_notesTypes_::Exclude
warning - Virtuozzo::SOAP::Drivers::Relocator::Hw_notesTypes_::Warning

Defined Under Namespace

Classes: Exclude, Warning

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(exclude = [], warning = []) ⇒ Hw_notesTypes_

Returns a new instance of Hw_notesTypes_.



2604
2605
2606
2607
# File 'lib/virtuozzo/soap/types/relocator.rb', line 2604

def initialize(exclude = [], warning = [])
  @exclude = exclude
  @warning = warning
end

Instance Attribute Details

#excludeObject

Returns the value of attribute exclude.



2601
2602
2603
# File 'lib/virtuozzo/soap/types/relocator.rb', line 2601

def exclude
  @exclude
end

#warningObject

Returns the value of attribute warning.



2602
2603
2604
# File 'lib/virtuozzo/soap/types/relocator.rb', line 2602

def warning
  @warning
end