Class: EventMachine::EmailServer::User

Inherits:
Struct
  • Object
show all
Defined in:
lib/eventmachine/email_server/base.rb

Instance Attribute Summary collapse

Instance Attribute Details

#addressObject

Returns the value of attribute address

Returns:

  • the current value of address



3
4
5
# File 'lib/eventmachine/email_server/base.rb', line 3

def address
  @address
end

#idObject

Returns the value of attribute id

Returns:

  • the current value of id



3
4
5
# File 'lib/eventmachine/email_server/base.rb', line 3

def id
  @id
end

#passwordObject

Returns the value of attribute password

Returns:

  • the current value of password



3
4
5
# File 'lib/eventmachine/email_server/base.rb', line 3

def password
  @password
end

#usernameObject

Returns the value of attribute username

Returns:

  • the current value of username



3
4
5
# File 'lib/eventmachine/email_server/base.rb', line 3

def username
  @username
end