Sha256: f77a15ef61047b884493711e90a0454469908b8c00a17eea859c745d106d0cfd

Contents?: true

Size: 1.31 KB

Versions: 1

Compression:

Stored size: 1.31 KB

Contents

=begin
#AllQ

#No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)

OpenAPI spec version: 1.0

Generated by: https://github.com/swagger-api/swagger-codegen.git
Swagger Codegen version: 2.3.1

=end

# Common files
require 'allq_client/api_client'
require 'allq_client/api_error'
require 'allq_client/version'
require 'allq_client/configuration'

# Models
require 'allq_client/models/basic_payload'
require 'allq_client/models/basic_response'
require 'allq_client/models/job_ref'
require 'allq_client/models/job_response'
require 'allq_client/models/new_job'
require 'allq_client/models/new_parent_job'
require 'allq_client/models/stats_info'
require 'allq_client/models/stats_results'
require 'allq_client/models/stats_tube'
require 'allq_client/models/throttle'
require 'allq_client/models/tube_ref'

# APIs
require 'allq_client/api/actions_api'
require 'allq_client/api/admin_api'

module Allq
  class << self
    # Customize default settings for the SDK using block.
    #   Allq.configure do |config|
    #     config.username = "xxx"
    #     config.password = "xxx"
    #   end
    # If no block given, return the default Configuration object.
    def configure
      if block_given?
        yield(Configuration.default)
      else
        Configuration.default
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
allq_client-1.0.0 lib/allq_client.rb