Class: Virtuozzo::SOAP::Types::Processm::InfoType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Processm::InfoType
- Defined in:
- lib/virtuozzo/soap/types/processm.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.
1994 1995 1996 1997 1998 1999 |
# File 'lib/virtuozzo/soap/types/processm.rb', line 1994 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.
1989 1990 1991 |
# File 'lib/virtuozzo/soap/types/processm.rb', line 1989 def @message end |
#name ⇒ Object
Returns the value of attribute name.
1992 1993 1994 |
# File 'lib/virtuozzo/soap/types/processm.rb', line 1992 def name @name end |
#parameter ⇒ Object
Returns the value of attribute parameter.
1991 1992 1993 |
# File 'lib/virtuozzo/soap/types/processm.rb', line 1991 def parameter @parameter end |
#translate ⇒ Object
Returns the value of attribute translate.
1990 1991 1992 |
# File 'lib/virtuozzo/soap/types/processm.rb', line 1990 def translate @translate end |