Method: Zabbix::Sender::Connection#sendBatch
- Defined in:
- lib/zabbix_sender_api/api.rb
#sendBatch(aBatch) ⇒ Object
Aborts execution if directly called. Subclasses must override.
101 102 103 |
# File 'lib/zabbix_sender_api/api.rb', line 101 def sendBatch(aBatch) abort("Call to abstract method Connection::sendBatch(aBatch)") end |