module ShotgridApiRuby

Constants

Entity

Represent each entity returned by Shotgrid

VERSION

Public Class Methods

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