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