Method: Phrase::Configuration#password
- Defined in:
- lib/phrase/configuration.rb
#password ⇒ String
Defines the password used with HTTP basic authentication.
36 37 38 |
# File 'lib/phrase/configuration.rb', line 36 def password @password end |