Class: Virtuozzo::SOAP::Types::ProcInfo::InfoType

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

Overview

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

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



1217
1218
1219
1220
1221
1222
# File 'lib/virtuozzo/soap/types/proc_info.rb', line 1217

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.



1212
1213
1214
# File 'lib/virtuozzo/soap/types/proc_info.rb', line 1212

def message
  @message
end

#nameObject

Returns the value of attribute name.



1215
1216
1217
# File 'lib/virtuozzo/soap/types/proc_info.rb', line 1215

def name
  @name
end

#parameterObject

Returns the value of attribute parameter.



1214
1215
1216
# File 'lib/virtuozzo/soap/types/proc_info.rb', line 1214

def parameter
  @parameter
end

#translateObject

Returns the value of attribute translate.



1213
1214
1215
# File 'lib/virtuozzo/soap/types/proc_info.rb', line 1213

def translate
  @translate
end