Sha256: c864c38132a9bb023f5d2e05fe91c8fd7e8ccec315827e4701f019192dfbd696

Contents?: true

Size: 626 Bytes

Versions: 18

Compression:

Stored size: 626 Bytes

Contents

require "magellan/cli/version"

module Magellan
  module Cli
    autoload :Command  , "magellan/cli/command"

    autoload :Base     , "magellan/cli/base"
    autoload :Http     , "magellan/cli/http"
    autoload :Direct   , "magellan/cli/direct"
    autoload :Resources, "magellan/cli/resources"

    autoload :Login    , "magellan/cli/login"
    autoload :Ssl      , "magellan/cli/ssl"

    autoload :Error     , "magellan/cli/errors"
    autoload :LoginError, "magellan/cli/errors"

    autoload :FileAccess, "magellan/cli/file_access"
    JSON_HEADER = {
      "Content-Type" => "application/json"
    }.freeze

  end
end

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
magellan-cli-0.2.17 lib/magellan/cli.rb
magellan-cli-0.2.16 lib/magellan/cli.rb
magellan-cli-0.2.15 lib/magellan/cli.rb
magellan-cli-0.2.14 lib/magellan/cli.rb
magellan-cli-0.2.13 lib/magellan/cli.rb
magellan-cli-0.2.12 lib/magellan/cli.rb
magellan-cli-0.2.11 lib/magellan/cli.rb
magellan-cli-0.2.10 lib/magellan/cli.rb
magellan-cli-0.2.9 lib/magellan/cli.rb
magellan-cli-0.2.8 lib/magellan/cli.rb
magellan-cli-0.2.7 lib/magellan/cli.rb
magellan-cli-0.2.6 lib/magellan/cli.rb
magellan-cli-0.2.5 lib/magellan/cli.rb
magellan-cli-0.2.4 lib/magellan/cli.rb
magellan-cli-0.2.3 lib/magellan/cli.rb
magellan-cli-0.2.2 lib/magellan/cli.rb
magellan-cli-0.2.1 lib/magellan/cli.rb
magellan-cli-0.2.0 lib/magellan/cli.rb