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