Class: Virtuozzo::SOAP::Drivers::Process::InfoType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Drivers::Process::InfoType
- Defined in:
- lib/virtuozzo/soap/drivers/process/types.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/typesinfoType
- SOAP::SOAPBase64
translate - (any)
parameter - Virtuozzo::SOAP::Drivers::Process::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.
1992 1993 1994 1995 1996 1997 |
# File 'lib/virtuozzo/soap/drivers/process/types.rb', line 1992 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.
1987 1988 1989 |
# File 'lib/virtuozzo/soap/drivers/process/types.rb', line 1987 def end |
#name ⇒ Object
Returns the value of attribute name.
1990 1991 1992 |
# File 'lib/virtuozzo/soap/drivers/process/types.rb', line 1990 def name @name end |
#parameter ⇒ Object
Returns the value of attribute parameter.
1989 1990 1991 |
# File 'lib/virtuozzo/soap/drivers/process/types.rb', line 1989 def parameter @parameter end |
#translate ⇒ Object
Returns the value of attribute translate.
1988 1989 1990 |
# File 'lib/virtuozzo/soap/drivers/process/types.rb', line 1988 def translate @translate end |