Class: Virtuozzo::SOAP::Types::Envm::InfoType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Envm::InfoType
- Defined in:
- lib/virtuozzo/soap/types/envm.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.
1639 1640 1641 1642 1643 1644 |
# File 'lib/virtuozzo/soap/types/envm.rb', line 1639 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.
1634 1635 1636 |
# File 'lib/virtuozzo/soap/types/envm.rb', line 1634 def @message end |
#name ⇒ Object
Returns the value of attribute name.
1637 1638 1639 |
# File 'lib/virtuozzo/soap/types/envm.rb', line 1637 def name @name end |
#parameter ⇒ Object
Returns the value of attribute parameter.
1636 1637 1638 |
# File 'lib/virtuozzo/soap/types/envm.rb', line 1636 def parameter @parameter end |
#translate ⇒ Object
Returns the value of attribute translate.
1635 1636 1637 |
# File 'lib/virtuozzo/soap/types/envm.rb', line 1635 def translate @translate end |