Module: BrocadeVRouter

Defined in:
lib/brocade_vrouter.rb,
lib/brocade_vrouter/client.rb,
lib/brocade_vrouter/config.rb,
lib/brocade_vrouter/version.rb,
lib/brocade_vrouter/configurator.rb,
lib/brocade_vrouter/path_builder.rb,
lib/brocade_vrouter/configuration.rb

Defined Under Namespace

Classes: Client, Config, Configuration, Configurator, PathBuilder

Constant Summary collapse

RequestError =
Class.new StandardError
VERSION =
'0.4.8'.freeze

Class Method Summary collapse

Class Method Details

.configObject



13
14
15
# File 'lib/brocade_vrouter.rb', line 13

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

.configure {|config| ... } ⇒ Object

Yields:



17
18
19
# File 'lib/brocade_vrouter.rb', line 17

def self.configure
  yield config
end