Sha256: a9a1dd382c317d64abe8ab13631d60918fb7f89ff975431e4de99ed4850e5ed5

Contents?: true

Size: 314 Bytes

Versions: 3

Compression:

Stored size: 314 Bytes

Contents

# frozen_string_literal: true

require "json"

module JsonStatham
  module Requests
    autoload :Base,     "json_statham/requests/base"
    autoload :Writer,   "json_statham/requests/writer"
    autoload :Reader,   "json_statham/requests/reader"
    autoload :Observer, "json_statham/requests/observer"
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
json_statham-0.1.3 lib/json_statham/requests.rb
json_statham-0.1.2 lib/json_statham/requests.rb
json_statham-0.1.0 lib/json_statham/requests.rb