Sha256: 392fef3a0ad345c2c1c868f8a1361842c2e3f1661ff8cefe514cffd5cf9e6f8a
Contents?: true
Size: 342 Bytes
Versions: 7
Compression:
Stored size: 342 Bytes
Contents
# frozen_string_literal: true require_relative "api/version" module Songstats # API module for Songstats module Api class Error < StandardError; end autoload :Base, "songstats/api/base" autoload :Artist, "songstats/api/artist" autoload :Track, "songstats/api/track" autoload :Label, "songstats/api/label" end end
Version data entries
7 entries across 7 versions & 1 rubygems