Class: Virtuozzo::SOAP::Types::PerfMon::InfoType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::PerfMon::InfoType
- Defined in:
- lib/virtuozzo/soap/types/perf_mon.rb
Overview
Instance Attribute Summary collapse
-
#message ⇒ Object
Returns the value of attribute message.
-
#name ⇒ Object
Returns the value of attribute name.
-
#parameter ⇒ Object
Returns the value of attribute parameter.
-
#translate ⇒ Object
Returns the value of attribute translate.
Instance Method Summary collapse
-
#initialize(message = nil, translate = nil, parameter = [], name = nil) ⇒ InfoType
constructor
A new instance of InfoType.
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( = nil, translate = nil, parameter = [], name = nil) @message = @translate = translate @parameter = parameter @name = name end |
Instance Attribute Details
#message ⇒ Object
Returns the value of attribute message.
1242 1243 1244 |
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 1242 def @message end |
#name ⇒ Object
Returns the value of attribute name.
1245 1246 1247 |
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 1245 def name @name end |
#parameter ⇒ Object
Returns the value of attribute parameter.
1244 1245 1246 |
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 1244 def parameter @parameter end |
#translate ⇒ Object
Returns the value of attribute translate.
1243 1244 1245 |
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 1243 def translate @translate end |