We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17ba001 commit cd4a83aCopy full SHA for cd4a83a
lib/messagebird/client.rb
@@ -21,7 +21,7 @@ class Client
21
attr_reader :access_key
22
23
def initialize(access_key = nil)
24
- @access_key = access_key || ENV['MESSAGE_BIRD_ACCESS_KEY']
+ @access_key = access_key || ENV['MESSAGEBIRD_ACCESS_KEY']
25
end
26
27
def request(method, path, params={})
0 commit comments