Class: Virtuozzo::SOAP::Types::Mailer::MailAccountInfo

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

#emailObject

Returns the value of attribute email.



13
14
15
# File 'lib/virtuozzo/soap/types/mailer.rb', line 13

def email
  @email
end

#nameObject

Returns the value of attribute name.



12
13
14
# File 'lib/virtuozzo/soap/types/mailer.rb', line 12

def name
  @name
end