Method: Zabbix::Sender::Connection#open

Defined in:
lib/zabbix_sender_api/api.rb

#openObject

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