Method: Rbeapi::Api::Interfaces#initialize
- Defined in:
- lib/rbeapi/api/interfaces.rb
#initialize(node) ⇒ Interfaces
Returns a new instance of Interfaces.
45 46 47 48 |
# File 'lib/rbeapi/api/interfaces.rb', line 45 def initialize(node) super(node) @instances = {} end |