Class: Virtuozzo::SOAP::Types::Relocator::InfoType

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

Overview

http://www.swsoft.com/webservices/vzl/4.0.0/typesinfoType

message - SOAP::SOAPBase64
translate - (any)
parameter - Virtuozzo::SOAP::Drivers::Relocator::InfoType
name - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(message = nil, translate = nil, parameter = [], name = nil) ⇒ InfoType

Returns a new instance of InfoType.



2044
2045
2046
2047
2048
2049
# File 'lib/virtuozzo/soap/types/relocator.rb', line 2044

def initialize(message = nil, translate = nil, parameter = [], name = nil)
  @message = message
  @translate = translate
  @parameter = parameter
  @name = name
end

Instance Attribute Details

#messageObject

Returns the value of attribute message.



2039
2040
2041
# File 'lib/virtuozzo/soap/types/relocator.rb', line 2039

def message
  @message
end

#nameObject

Returns the value of attribute name.



2042
2043
2044
# File 'lib/virtuozzo/soap/types/relocator.rb', line 2042

def name
  @name
end

#parameterObject

Returns the value of attribute parameter.



2041
2042
2043
# File 'lib/virtuozzo/soap/types/relocator.rb', line 2041

def parameter
  @parameter
end

#translateObject

Returns the value of attribute translate.



2040
2041
2042
# File 'lib/virtuozzo/soap/types/relocator.rb', line 2040

def translate
  @translate
end