Sha256: 8141c018e9939109daedb3467ccc5fe19303700db7ed915a882b28280be9f3e3

Contents?: true

Size: 1.86 KB

Versions: 2

Compression:

Stored size: 1.86 KB

Contents

=begin
Titan API

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

OpenAPI spec version: 0.4.9

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

2 entries across 2 versions & 2 rubygems

Version Path
worker_ruby-0.5.7 lib/iron_titan.rb
iron_titan-0.4.9 lib/iron_titan.rb