Class: EventMachine::EmailServer::User
- Inherits:
-
Struct
- Object
- Struct
- EventMachine::EmailServer::User
- Defined in:
- lib/eventmachine/email_server/base.rb
Instance Attribute Summary collapse
-
#address ⇒ Object
Returns the value of attribute address.
-
#id ⇒ Object
Returns the value of attribute id.
-
#password ⇒ Object
Returns the value of attribute password.
-
#username ⇒ Object
Returns the value of attribute username.
Instance Attribute Details
#address ⇒ Object
Returns the value of attribute address
3 4 5 |
# File 'lib/eventmachine/email_server/base.rb', line 3 def address @address end |
#id ⇒ Object
Returns the value of attribute id
3 4 5 |
# File 'lib/eventmachine/email_server/base.rb', line 3 def id @id end |
#password ⇒ Object
Returns the value of attribute password
3 4 5 |
# File 'lib/eventmachine/email_server/base.rb', line 3 def password @password end |
#username ⇒ Object
Returns the value of attribute username
3 4 5 |
# File 'lib/eventmachine/email_server/base.rb', line 3 def username @username end |