module ShotgunApiRuby

Constants

Entity

Represent each entity returned by Shotgun

VERSION

Public Class Methods

new(**args) click to toggle source
# File lib/shotgun_api_ruby.rb, line 14
def self.new(**args)
  Client.new(**args)
end