Class: Virtuozzo::SOAP::Types::Backupm::InfoType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Backupm::InfoType
- Defined in:
- lib/virtuozzo/soap/types/backupm.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.
1454 1455 1456 1457 1458 1459 |
# File 'lib/virtuozzo/soap/types/backupm.rb', line 1454 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.
1449 1450 1451 |
# File 'lib/virtuozzo/soap/types/backupm.rb', line 1449 def @message end |
#name ⇒ Object
Returns the value of attribute name.
1452 1453 1454 |
# File 'lib/virtuozzo/soap/types/backupm.rb', line 1452 def name @name end |
#parameter ⇒ Object
Returns the value of attribute parameter.
1451 1452 1453 |
# File 'lib/virtuozzo/soap/types/backupm.rb', line 1451 def parameter @parameter end |
#translate ⇒ Object
Returns the value of attribute translate.
1450 1451 1452 |
# File 'lib/virtuozzo/soap/types/backupm.rb', line 1450 def translate @translate end |