Sha256: 2edd7d98d7b45e94e143db758f66babc2c18f4ba87482e0e046ac2aab1e1791f

Contents?: true

Size: 414 Bytes

Versions: 13

Compression:

Stored size: 414 Bytes

Contents

require 'faraday'
require 'multi_json'

module BrocadeVRouter
  autoload 'Client', 'brocade_vrouter/client'
  autoload 'Config', 'brocade_vrouter/config'
  autoload 'Configuration', 'brocade_vrouter/configuration'
  autoload 'PathBuilder', 'brocade_vrouter/path_builder'

  RequestError = Class.new StandardError

  def self.config
    @config ||= Config.new
  end

  def self.configure
    yield config
  end
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
brocade_vrouter-0.2.4 lib/brocade_vrouter.rb
brocade_vrouter-0.2.3 lib/brocade_vrouter.rb
brocade_vrouter-0.2.2 lib/brocade_vrouter.rb
brocade_vrouter-0.2.1 lib/brocade_vrouter.rb
brocade_vrouter-0.1.9 lib/brocade_vrouter.rb
brocade_vrouter-0.1.8 lib/brocade_vrouter.rb
brocade_vrouter-0.1.7 lib/brocade_vrouter.rb
brocade_vrouter-0.1.6 lib/brocade_vrouter.rb
brocade_vrouter-0.1.5 lib/brocade_vrouter.rb
brocade_vrouter-0.1.4 lib/brocade_vrouter.rb
brocade_vrouter-0.1.3 lib/brocade_vrouter.rb
brocade_vrouter-0.1.2 lib/brocade_vrouter.rb
brocade_vrouter-0.1.1 lib/brocade_vrouter.rb