module BrocadeVRouter

Constants

RequestError
VERSION

Public Class Methods

config() click to toggle source
# File lib/brocade_vrouter.rb, line 13
def self.config
  @config ||= Config.new
end
configure() { |config| ... } click to toggle source
# File lib/brocade_vrouter.rb, line 17
def self.configure
  yield config
end