Class: Virtuozzo::SOAP::Types::Relocator::Virtuozzo_configType

Inherits:
Native_configType show all
Defined in:
lib/virtuozzo/soap/types/relocator.rb

Overview

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

body - SOAP::SOAPBase64

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(body = nil) ⇒ Virtuozzo_configType

Returns a new instance of Virtuozzo_configType.



814
815
816
# File 'lib/virtuozzo/soap/types/relocator.rb', line 814

def initialize(body = nil)
  @body = body
end

Instance Attribute Details

#bodyObject

Returns the value of attribute body.



812
813
814
# File 'lib/virtuozzo/soap/types/relocator.rb', line 812

def body
  @body
end