Class: Rapidmail::Configuration
- Inherits:
-
Object
- Object
- Rapidmail::Configuration
- Defined in:
- lib/rapidmail/configuration.rb
Instance Attribute Summary collapse
-
#password ⇒ Object
Returns the value of attribute password.
-
#username ⇒ Object
Returns the value of attribute username.
Instance Attribute Details
#password ⇒ Object
Returns the value of attribute password.
5 6 7 |
# File 'lib/rapidmail/configuration.rb', line 5 def password @password end |
#username ⇒ Object
Returns the value of attribute username.
5 6 7 |
# File 'lib/rapidmail/configuration.rb', line 5 def username @username end |