Class: Virtuozzo::SOAP::Types::ResLog::InfoType

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

Overview

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

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



1267
1268
1269
1270
1271
1272
# File 'lib/virtuozzo/soap/types/res_log.rb', line 1267

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.



1262
1263
1264
# File 'lib/virtuozzo/soap/types/res_log.rb', line 1262

def message
  @message
end

#nameObject

Returns the value of attribute name.



1265
1266
1267
# File 'lib/virtuozzo/soap/types/res_log.rb', line 1265

def name
  @name
end

#parameterObject

Returns the value of attribute parameter.



1264
1265
1266
# File 'lib/virtuozzo/soap/types/res_log.rb', line 1264

def parameter
  @parameter
end

#translateObject

Returns the value of attribute translate.



1263
1264
1265
# File 'lib/virtuozzo/soap/types/res_log.rb', line 1263

def translate
  @translate
end