Class: Virtuozzo::SOAP::Types::EventLog::InfoType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::EventLog::InfoType
- Defined in:
- lib/virtuozzo/soap/types/event_log.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.
1219 1220 1221 1222 1223 1224 |
# File 'lib/virtuozzo/soap/types/event_log.rb', line 1219 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.
1214 1215 1216 |
# File 'lib/virtuozzo/soap/types/event_log.rb', line 1214 def @message end |
#name ⇒ Object
Returns the value of attribute name.
1217 1218 1219 |
# File 'lib/virtuozzo/soap/types/event_log.rb', line 1217 def name @name end |
#parameter ⇒ Object
Returns the value of attribute parameter.
1216 1217 1218 |
# File 'lib/virtuozzo/soap/types/event_log.rb', line 1216 def parameter @parameter end |
#translate ⇒ Object
Returns the value of attribute translate.
1215 1216 1217 |
# File 'lib/virtuozzo/soap/types/event_log.rb', line 1215 def translate @translate end |