Class: Virtuozzo::SOAP::Types::Servicem::InfoType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Servicem::InfoType
- Defined in:
- lib/virtuozzo/soap/types/servicem.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.
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 |
Instance Attribute Details
#message ⇒ Object
Returns the value of attribute message.
1285 1286 1287 |
# File 'lib/virtuozzo/soap/types/servicem.rb', line 1285 def @message end |
#name ⇒ Object
Returns the value of attribute name.
1288 1289 1290 |
# File 'lib/virtuozzo/soap/types/servicem.rb', line 1288 def name @name end |
#parameter ⇒ Object
Returns the value of attribute parameter.
1287 1288 1289 |
# File 'lib/virtuozzo/soap/types/servicem.rb', line 1287 def parameter @parameter end |
#translate ⇒ Object
Returns the value of attribute translate.
1286 1287 1288 |
# File 'lib/virtuozzo/soap/types/servicem.rb', line 1286 def translate @translate end |