Class: Virtuozzo::SOAP::Types::Mailer::MailAccountInfo
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Mailer::MailAccountInfo
- Defined in:
- lib/virtuozzo/soap/types/mailer.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/mailermailAccountInfo
name - SOAP::SOAPString
email - SOAP::SOAPString
Instance Attribute Summary collapse
-
#email ⇒ Object
Returns the value of attribute email.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Method Summary collapse
-
#initialize(name = nil, email = nil) ⇒ MailAccountInfo
constructor
A new instance of MailAccountInfo.
Constructor Details
#initialize(name = nil, email = nil) ⇒ MailAccountInfo
Returns a new instance of MailAccountInfo.
15 16 17 18 |
# File 'lib/virtuozzo/soap/types/mailer.rb', line 15 def initialize(name = nil, email = nil) @name = name @email = email end |
Instance Attribute Details
#email ⇒ Object
Returns the value of attribute email.
13 14 15 |
# File 'lib/virtuozzo/soap/types/mailer.rb', line 13 def email @email end |
#name ⇒ Object
Returns the value of attribute name.
12 13 14 |
# File 'lib/virtuozzo/soap/types/mailer.rb', line 12 def name @name end |