Class: Virtuozzo::SOAP::Drivers::Up2date::InfoType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Drivers::Up2date::InfoType
- Defined in:
- lib/virtuozzo/soap/drivers/up2date/types.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/typesinfoType
- SOAP::SOAPBase64
translate - (any)
parameter - Virtuozzo::SOAP::Drivers::Up2date::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.
2041 2042 2043 2044 2045 2046 |
# File 'lib/virtuozzo/soap/drivers/up2date/types.rb', line 2041 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.
2036 2037 2038 |
# File 'lib/virtuozzo/soap/drivers/up2date/types.rb', line 2036 def end |
#name ⇒ Object
Returns the value of attribute name.
2039 2040 2041 |
# File 'lib/virtuozzo/soap/drivers/up2date/types.rb', line 2039 def name @name end |
#parameter ⇒ Object
Returns the value of attribute parameter.
2038 2039 2040 |
# File 'lib/virtuozzo/soap/drivers/up2date/types.rb', line 2038 def parameter @parameter end |
#translate ⇒ Object
Returns the value of attribute translate.
2037 2038 2039 |
# File 'lib/virtuozzo/soap/drivers/up2date/types.rb', line 2037 def translate @translate end |