module Authorization
Public Instance Methods
api_key()
click to toggle source
# File lib/bitflyer/cli/authorization.rb, line 2 def api_key ENV['BITFLYER_API_KEY'] || puts('environment variable BITFLYER_API_KEY is not set') end
api_secret()
click to toggle source
# File lib/bitflyer/cli/authorization.rb, line 6 def api_secret ENV['BITFLYER_API_SECRET'] || puts('environment variable BITFLYER_API_SECRET is not set') end