Class: Virtuozzo::SOAP::Drivers::Template::InfoType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Drivers::Template::InfoType
- Defined in:
- lib/virtuozzo/soap/drivers/template/types.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/typesinfoType
- SOAP::SOAPBase64
translate - (any)
parameter - Virtuozzo::SOAP::Drivers::Template::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.
2118 2119 2120 2121 2122 2123 |
# File 'lib/virtuozzo/soap/drivers/template/types.rb', line 2118 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.
2113 2114 2115 |
# File 'lib/virtuozzo/soap/drivers/template/types.rb', line 2113 def end |
#name ⇒ Object
Returns the value of attribute name.
2116 2117 2118 |
# File 'lib/virtuozzo/soap/drivers/template/types.rb', line 2116 def name @name end |
#parameter ⇒ Object
Returns the value of attribute parameter.
2115 2116 2117 |
# File 'lib/virtuozzo/soap/drivers/template/types.rb', line 2115 def parameter @parameter end |
#translate ⇒ Object
Returns the value of attribute translate.
2114 2115 2116 |
# File 'lib/virtuozzo/soap/drivers/template/types.rb', line 2114 def translate @translate end |