Class: Virtuozzo::SOAP::Drivers::Process::InfoType

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

Overview

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

message - SOAP::SOAPBase64
translate - (any)
parameter - Virtuozzo::SOAP::Drivers::Process::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.



1992
1993
1994
1995
1996
1997
# File 'lib/virtuozzo/soap/drivers/process/types.rb', line 1992

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.



1987
1988
1989
# File 'lib/virtuozzo/soap/drivers/process/types.rb', line 1987

def message
  @message
end

#nameObject

Returns the value of attribute name.



1990
1991
1992
# File 'lib/virtuozzo/soap/drivers/process/types.rb', line 1990

def name
  @name
end

#parameterObject

Returns the value of attribute parameter.



1989
1990
1991
# File 'lib/virtuozzo/soap/drivers/process/types.rb', line 1989

def parameter
  @parameter
end

#translateObject

Returns the value of attribute translate.



1988
1989
1990
# File 'lib/virtuozzo/soap/drivers/process/types.rb', line 1988

def translate
  @translate
end