Class: Esendex::Credentials
- Inherits:
-
Struct
- Object
- Struct
- Esendex::Credentials
- Defined in:
- lib/xednese.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
36 37 38 |
# File 'lib/xednese.rb', line 36 def password @password end |
#username ⇒ Object
Returns the value of attribute username
36 37 38 |
# File 'lib/xednese.rb', line 36 def username @username end |