Sha256: 856be7046dad12f40c7deae76060cd9eac8c26d729af8b07816c9e47d619358f

Contents?: true

Size: 939 Bytes

Versions: 1

Compression:

Stored size: 939 Bytes

Contents

# TODO temp fix to make sure we use oj
require "oj"
require "multi_json"

require "bixby-common/bixby"

module Bixby

  autoload :CommandResponse, "bixby-common/command_response"
  autoload :CommandSpec, "bixby-common/command_spec"

  autoload :JsonRequest, "bixby-common/api/json_request"
  autoload :JsonResponse, "bixby-common/api/json_response"

  autoload :BundleNotFound, "bixby-common/exception/bundle_not_found"
  autoload :CommandNotFound, "bixby-common/exception/command_not_found"
  autoload :CommandException, "bixby-common/exception/command_exception"
  autoload :EncryptionError, "bixby-common/exception/encryption_error"

  autoload :CryptoUtil, "bixby-common/util/crypto_util"
  autoload :HttpClient, "bixby-common/util/http_client"
  autoload :Jsonify, "bixby-common/util/jsonify"
  autoload :Hashify, "bixby-common/util/hashify"
  autoload :Log, "bixby-common/util/log"
  autoload :Debug, "bixby-common/util/debug"

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bixby-common-0.3.16 lib/bixby-common.rb