Sha256: 65f051955c6c97452207ffc528957ceed1562c3adcf85624fda89de5859739c6

Contents?: true

Size: 372 Bytes

Versions: 1

Compression:

Stored size: 372 Bytes

Contents

module OmniGroupContacts
  
  VERSION = "0.3.11"

  MOUNT_PATH = "/group_contacts/"

  autoload :Builder, "omnigroupcontacts/builder"
  autoload :Importer, "omnigroupcontacts/importer"
  autoload :IntegrationTest, "omnigroupcontacts/integration_test"

  class AuthorizationError < RuntimeError
  end


  def self.integration_test
    IntegrationTest.instance
  end
  
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
omnigroupcontacts-0.3.11 lib/omnigroupcontacts.rb