Sha256: e2f0a8d386b2f8c2cbfb3c0a5cfb565b99b5537133293a50facb1b0c7603f63d

Contents?: true

Size: 530 Bytes

Versions: 2

Compression:

Stored size: 530 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 :Document, 'DPLibrary/document'
  autoload :Provider, 'DPLibrary/provider'
  autoload :OriginalRecord, 'DPLibrary/original_record'

  class << self
    attr_accessor :api_key
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
DPLibrary-0.0.2 lib/DPLibrary.rb
DPLibrary-0.0.1 lib/DPLibrary.rb