Class: Virtuozzo::SOAP::Types::Packagem::InfoType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Packagem::InfoType
- Defined in:
- lib/virtuozzo/soap/types/packagem.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.
2125 2126 2127 2128 2129 2130 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 2125 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.
2120 2121 2122 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 2120 def @message end |
#name ⇒ Object
Returns the value of attribute name.
2123 2124 2125 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 2123 def name @name end |
#parameter ⇒ Object
Returns the value of attribute parameter.
2122 2123 2124 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 2122 def parameter @parameter end |
#translate ⇒ Object
Returns the value of attribute translate.
2121 2122 2123 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 2121 def translate @translate end |