Class: Virtuozzo::SOAP::Types::Support::InfoType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Support::InfoType
- Defined in:
- lib/virtuozzo/soap/types/support.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.
2003 2004 2005 2006 2007 2008 |
# File 'lib/virtuozzo/soap/types/support.rb', line 2003 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.
1998 1999 2000 |
# File 'lib/virtuozzo/soap/types/support.rb', line 1998 def @message end |
#name ⇒ Object
Returns the value of attribute name.
2001 2002 2003 |
# File 'lib/virtuozzo/soap/types/support.rb', line 2001 def name @name end |
#parameter ⇒ Object
Returns the value of attribute parameter.
2000 2001 2002 |
# File 'lib/virtuozzo/soap/types/support.rb', line 2000 def parameter @parameter end |
#translate ⇒ Object
Returns the value of attribute translate.
1999 2000 2001 |
# File 'lib/virtuozzo/soap/types/support.rb', line 1999 def translate @translate end |