Class: Virtuozzo::SOAP::Types::Alertm::InfoType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Alertm::InfoType
- Defined in:
- lib/virtuozzo/soap/types/alertm.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.
1281 1282 1283 1284 1285 1286 |
# File 'lib/virtuozzo/soap/types/alertm.rb', line 1281 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.
1276 1277 1278 |
# File 'lib/virtuozzo/soap/types/alertm.rb', line 1276 def @message end |
#name ⇒ Object
Returns the value of attribute name.
1279 1280 1281 |
# File 'lib/virtuozzo/soap/types/alertm.rb', line 1279 def name @name end |
#parameter ⇒ Object
Returns the value of attribute parameter.
1278 1279 1280 |
# File 'lib/virtuozzo/soap/types/alertm.rb', line 1278 def parameter @parameter end |
#translate ⇒ Object
Returns the value of attribute translate.
1277 1278 1279 |
# File 'lib/virtuozzo/soap/types/alertm.rb', line 1277 def translate @translate end |