Class: Bigid::Configuration
- Inherits:
-
Object
- Object
- Bigid::Configuration
- Defined in:
- lib/bigid_auth.rb
Instance Attribute Summary collapse
Instance Attribute Details
#password ⇒ Object
47 48 49 |
# File 'lib/bigid_auth.rb', line 47 def password @password ||= ENV["BIGID_PASSWORD"] end |
#username ⇒ Object
43 44 45 |
# File 'lib/bigid_auth.rb', line 43 def username @username ||= ENV["BIGID_USERNAME"] end |