Class: Virtuozzo::SOAP::Types::Backupm::InfoType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Backupm::InfoType
- Defined in:
- lib/virtuozzo/soap/types/backupm.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/typesinfoType
- SOAP::SOAPBase64
translate - (any)
parameter - Virtuozzo::SOAP::Types::Backupm::InfoType
name - SOAP::SOAPString
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.
1452 1453 1454 1455 1456 1457 |
# File 'lib/virtuozzo/soap/types/backupm.rb', line 1452 def initialize( = nil, translate = nil, parameter = [], name = nil) = @translate = translate @parameter = parameter @name = name end |
Instance Attribute Details
#message ⇒ Object
Returns the value of attribute message.
1447 1448 1449 |
# File 'lib/virtuozzo/soap/types/backupm.rb', line 1447 def end |
#name ⇒ Object
Returns the value of attribute name.
1450 1451 1452 |
# File 'lib/virtuozzo/soap/types/backupm.rb', line 1450 def name @name end |
#parameter ⇒ Object
Returns the value of attribute parameter.
1449 1450 1451 |
# File 'lib/virtuozzo/soap/types/backupm.rb', line 1449 def parameter @parameter end |
#translate ⇒ Object
Returns the value of attribute translate.
1448 1449 1450 |
# File 'lib/virtuozzo/soap/types/backupm.rb', line 1448 def translate @translate end |