class Configuration attr_accessor :api_key def initialize @api_key = "default_api_key" end end