Method: Rbeapi::Api::Bgp#initialize

Defined in:
lib/rbeapi/api/bgp.rb

#initialize(node) ⇒ Bgp

Returns a new instance of Bgp.



45
46
47
48
# File 'lib/rbeapi/api/bgp.rb', line 45

def initialize(node)
  super(node)
  @neighbors = BgpNeighbors.new(node)
end