Sha256: 522e7f4b73d32f2b11bd0aeca5d587cd27d75591b1cceca7340eea97fa2d1383

Contents?: true

Size: 381 Bytes

Versions: 5

Compression:

Stored size: 381 Bytes

Contents

# frozen_string_literal: true

# zeitwerk will take care of auto loading files based on their name :)
require 'zeitwerk'
require 'active_support/core_ext/string/inflections'
require 'ostruct'
require 'faraday'
require 'json'

loader = Zeitwerk::Loader.for_gem
loader.setup # ready!

module ShotgridApiRuby
  def self.new(**args)
    Client.new(**args)
  end
end

loader.eager_load

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
shotgrid_api_ruby-0.1.3.3 lib/shotgrid_api_ruby.rb
shotgrid_api_ruby-0.1.3.2 lib/shotgrid_api_ruby.rb
shotgrid_api_ruby-0.1.3.1 lib/shotgrid_api_ruby.rb
shotgrid_api_ruby-0.1.3 lib/shotgrid_api_ruby.rb
shotgrid_api_ruby-0.1.2 lib/shotgrid_api_ruby.rb