Class: Virtuozzo::SOAP::Drivers::Session::InfoType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Drivers::Session::InfoType
- Defined in:
- lib/virtuozzo/soap/drivers/session/types.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.
1259 1260 1261 1262 1263 1264 |
# File 'lib/virtuozzo/soap/drivers/session/types.rb', line 1259 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.
1254 1255 1256 |
# File 'lib/virtuozzo/soap/drivers/session/types.rb', line 1254 def @message end |
#name ⇒ Object
Returns the value of attribute name.
1257 1258 1259 |
# File 'lib/virtuozzo/soap/drivers/session/types.rb', line 1257 def name @name end |
#parameter ⇒ Object
Returns the value of attribute parameter.
1256 1257 1258 |
# File 'lib/virtuozzo/soap/drivers/session/types.rb', line 1256 def parameter @parameter end |
#translate ⇒ Object
Returns the value of attribute translate.
1255 1256 1257 |
# File 'lib/virtuozzo/soap/drivers/session/types.rb', line 1255 def translate @translate end |