class Construqt::Flavour::Ciscian::DlinkDgs15xx::HostNameVerb

Public Class Methods

find_regex(variable) click to toggle source
# File lib/construqt/flavour/ciscian/dialect_dlink-dgs15xx.rb, line 13
def self.find_regex(variable)
  {
    "name" => "(.*)"
  }[variable]
end
patterns() click to toggle source
# File lib/construqt/flavour/ciscian/dialect_dlink-dgs15xx.rb, line 19
def self.patterns
  ["snmp-server name {+name}"]
end
section() click to toggle source
# File lib/construqt/flavour/ciscian/dialect_dlink-dgs15xx.rb, line 9
def self.section
  "snmp-server name"
end