Sha256: 226c57cf2a56e1fe693b4f1badcddf63feb09aac99f05ef4c7f263f8859a9645

Contents?: true

Size: 512 Bytes

Versions: 1

Compression:

Stored size: 512 Bytes

Contents

# frozen_string_literal: true

require "hachi/version"

require "hachi/awrence/methods"

require "hachi/api"

require "hachi/clients/base"

require "hachi/clients/alert"
require "hachi/clients/artifact"
require "hachi/clients/case"
require "hachi/clients/observable"
require "hachi/clients/query"
require "hachi/clients/user"

module Hachi
  module Awrence
    class << self
      attr_writer :acronyms

      def acronyms
        @acronyms ||= {}
      end
    end
  end

  class Error < StandardError; end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
hachi-2.0.0 lib/hachi.rb