Sha256: 559c81f99d160901b255e5d2d5d65ad6efe731c05714d790a1625691e3ef4776

Contents?: true

Size: 586 Bytes

Versions: 5

Compression:

Stored size: 586 Bytes

Contents

require 'DPLibrary/version'

module DPLibrary
  autoload :Configuration, 'DPLibrary/configuration'
  autoload :Connection, 'DPLibrary/connection'
  autoload :Request, 'DPLibrary/request'

  autoload :Base, 'DPLibrary/base'
  autoload :DocumentCollection, 'DPLibrary/document_collection'
  autoload :Collection, 'DPLibrary/collection'
  autoload :CollectionItem, 'DPLibrary/collection_item'
  autoload :Document, 'DPLibrary/document'
  autoload :Provider, 'DPLibrary/provider'
  autoload :OriginalRecord, 'DPLibrary/original_record'

  class << self
    attr_accessor :api_key
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
DPLibrary-0.1.0 lib/DPLibrary.rb
DPLibrary-0.0.6 lib/DPLibrary.rb
DPLibrary-0.0.5 lib/DPLibrary.rb
DPLibrary-0.0.4 lib/DPLibrary.rb
DPLibrary-0.0.3 lib/DPLibrary.rb