Class: Virtuozzo::SOAP::Types::Authm::InfoType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Authm::InfoType
- Defined in:
- lib/virtuozzo/soap/types/authm.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.
1325 1326 1327 1328 1329 1330 |
# File 'lib/virtuozzo/soap/types/authm.rb', line 1325 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.
1320 1321 1322 |
# File 'lib/virtuozzo/soap/types/authm.rb', line 1320 def @message end |
#name ⇒ Object
Returns the value of attribute name.
1323 1324 1325 |
# File 'lib/virtuozzo/soap/types/authm.rb', line 1323 def name @name end |
#parameter ⇒ Object
Returns the value of attribute parameter.
1322 1323 1324 |
# File 'lib/virtuozzo/soap/types/authm.rb', line 1322 def parameter @parameter end |
#translate ⇒ Object
Returns the value of attribute translate.
1321 1322 1323 |
# File 'lib/virtuozzo/soap/types/authm.rb', line 1321 def translate @translate end |