Class: Bigid::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/bigid_auth.rb

Instance Attribute Summary collapse

Instance Attribute Details

#passwordObject



47
48
49
# File 'lib/bigid_auth.rb', line 47

def password
  @password ||= ENV["BIGID_PASSWORD"]
end

#usernameObject



43
44
45
# File 'lib/bigid_auth.rb', line 43

def username
  @username ||= ENV["BIGID_USERNAME"]
end