Method: Virtuozzo::SOAP::Types::Servicem::InfoType#initialize
- Defined in:
- lib/virtuozzo/soap/types/servicem.rb
#initialize(message = nil, translate = nil, parameter = [], name = nil) ⇒ InfoType
Returns a new instance of InfoType.
1290 1291 1292 1293 1294 1295 |
# File 'lib/virtuozzo/soap/types/servicem.rb', line 1290 def initialize( = nil, translate = nil, parameter = [], name = nil) @message = @translate = translate @parameter = parameter @name = name end |