Sha256: eceabb18f4e873c45e6fad8f7e58a2780d322ebe1369cdb106e6839776d7659b

Contents?: true

Size: 1.86 KB

Versions: 1

Compression:

Stored size: 1.86 KB

Contents

=begin
Titan API

The ultimate, language agnostic, container based job processing framework.

OpenAPI spec version: 0.4.0

Generated by: https://github.com/swagger-api/swagger-codegen.git

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

=end

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

# Models
require 'iron_titan/models/complete'
require 'iron_titan/models/error'
require 'iron_titan/models/error_body'
require 'iron_titan/models/group'
require 'iron_titan/models/group_wrapper'
require 'iron_titan/models/groups_wrapper'
require 'iron_titan/models/id_status'
require 'iron_titan/models/job'
require 'iron_titan/models/job_wrapper'
require 'iron_titan/models/jobs_wrapper'
require 'iron_titan/models/new_job'
require 'iron_titan/models/new_jobs_wrapper'
require 'iron_titan/models/start'

# APIs
require 'iron_titan/api/groups_api'
require 'iron_titan/api/jobs_api'
require 'iron_titan/api/runner_api'

module IronTitan
  class << self
    # Customize default settings for the SDK using block.
    #   IronTitan.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
iron_titan-0.4.0 lib/iron_titan.rb