class Hithorizons::Configuration

Attributes

api_key[RW]
api_url[RW]

Public Class Methods

new() click to toggle source
# File lib/hithorizons/configuration.rb, line 7
def initialize
  @api_key = ENV['HITHORIZONS_API_KEY']
  @api_url = 'https://api.hithorizons.com'
end