module Schoolkeep
Constants
- API_URL
- ASSET_HOST
- GEM_ROOT
- TEMPLATE_NAMES
- VERSION
Attributes
api_url[W]
Public Class Methods
api_url()
click to toggle source
# File lib/schoolkeep.rb, line 12 def api_url @api_url ||= ENV["SK_API_URL"] || API_URL end