Module: Genesis::Snmp::Protocol
Overview
Implement support for SNMP protocol using pure-ruby snmp.
Class Method Summary collapse
Methods included from Protocol
Class Method Details
.protocol ⇒ Object
11 12 13 |
# File 'lib/genesis/protocol/snmp/protocol.rb', line 11 def self.protocol :snmp end |
.start_block ⇒ Object
7 8 9 |
# File 'lib/genesis/protocol/snmp/protocol.rb', line 7 def self.start_block proc { Server.start_server } end |