Method: Contacts::NetEase#initialize
- Defined in:
- lib/contacts/net_ease.rb
#initialize(login, password, options = {}) ⇒ NetEase
Returns a new instance of NetEase.
31 32 33 34 |
# File 'lib/contacts/net_ease.rb', line 31 def initialize(login, password, ={}) @mail_type = get_mail_type(login) super(login,password,) end |