Class: Virtuozzo::SOAP::Types::Mailer::InfoType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Mailer::InfoType
- Defined in:
- lib/virtuozzo/soap/types/mailer.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.
1232 1233 1234 1235 1236 1237 |
# File 'lib/virtuozzo/soap/types/mailer.rb', line 1232 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.
1227 1228 1229 |
# File 'lib/virtuozzo/soap/types/mailer.rb', line 1227 def @message end |
#name ⇒ Object
Returns the value of attribute name.
1230 1231 1232 |
# File 'lib/virtuozzo/soap/types/mailer.rb', line 1230 def name @name end |
#parameter ⇒ Object
Returns the value of attribute parameter.
1229 1230 1231 |
# File 'lib/virtuozzo/soap/types/mailer.rb', line 1229 def parameter @parameter end |
#translate ⇒ Object
Returns the value of attribute translate.
1228 1229 1230 |
# File 'lib/virtuozzo/soap/types/mailer.rb', line 1228 def translate @translate end |