class Bigid::Configuration

Attributes

password[W]
username[W]

Public Instance Methods

password() click to toggle source
# File lib/bigid_auth.rb, line 47
def password
  @password ||= ENV["BIGID_PASSWORD"]
end
username() click to toggle source
# File lib/bigid_auth.rb, line 43
def username
  @username ||= ENV["BIGID_USERNAME"]
end