Class: Construqt::Flavour::Ciscian::DlinkDgs15xx::EnablePasswordVerb

Inherits:
SingleValueVerb
  • Object
show all
Defined in:
lib/construqt/flavour/ciscian/dialect_dlink-dgs15xx.rb

Instance Attribute Summary

Attributes inherited from SingleValueVerb

#section, #value

Class Method Summary collapse

Methods inherited from SingleValueVerb

#add, compare, #initialize, #no, parse_line, #quotes, #serialize, #yes

Constructor Details

This class inherits a constructor from Construqt::Flavour::Ciscian::SingleValueVerb

Class Method Details

.patternsObject



69
70
71
# File 'lib/construqt/flavour/ciscian/dialect_dlink-dgs15xx.rb', line 69

def self.patterns
  ["no channel-group", "enable password level {+admin} {+level} {+pw_hash}"]
end

.sectionObject



65
66
67
# File 'lib/construqt/flavour/ciscian/dialect_dlink-dgs15xx.rb', line 65

def self.section
  "enable password level"
end