class Whereby::Configuration
Attributes
api_key[RW]
Public Class Methods
new()
click to toggle source
# File lib/whereby/configuration.rb, line 5 def initialize @api_key = ENV["WHEREBY_API_KEY"] end