Class: Virtuozzo::SOAP::Types::PerfMon::InfoType

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

Overview

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

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



1247
1248
1249
1250
1251
1252
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 1247

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.



1242
1243
1244
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 1242

def message
  @message
end

#nameObject

Returns the value of attribute name.



1245
1246
1247
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 1245

def name
  @name
end

#parameterObject

Returns the value of attribute parameter.



1244
1245
1246
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 1244

def parameter
  @parameter
end

#translateObject

Returns the value of attribute translate.



1243
1244
1245
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 1243

def translate
  @translate
end