Method: Rbeapi::Api::Ospf#interfaces
- Defined in:
- lib/rbeapi/api/ospf.rb
#interfaces ⇒ Object
142 143 144 145 146 |
# File 'lib/rbeapi/api/ospf.rb', line 142 def interfaces @interfaces if @interfaces @interfaces = OspfInterfaces.new(node) @interfaces end |