Sha256: 33d74c4d8b1d1582c1b223eebb15be4956ee582eb23747f280f426afc05de4e2
Contents?: true
Size: 285 Bytes
Versions: 3
Compression:
Stored size: 285 Bytes
Contents
class CiscoNGA < Oxidized::Model using Refinements comment '# ' prompt /([\w.@-]+[#>]\s?)$/ cmd 'show version' do |cfg| comment cfg end cmd 'show configuration' do |cfg| cfg end cfg :ssh do post_login 'terminal length 0' pre_logout 'exit' end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
oxidized-0.30.1 | lib/oxidized/model/cisconga.rb |
oxidized-0.30.0 | lib/oxidized/model/cisconga.rb |
oxidized-0.29.1 | lib/oxidized/model/cisconga.rb |