class Vnstat::UnknownInterface

An exception that is raised when the specified interface could not be found among the known ones.

Attributes

interface_id[R]

Public Class Methods

new(interface_id) click to toggle source
# File lib/vnstat/errors/unknown_interface.rb, line 10
def initialize(interface_id)
  @interface_id = interface_id
end