Class: Themis::Callbacks
- Inherits:
-
Object
- Object
- Themis::Callbacks
- Defined in:
- lib/rubythemis.rb
Instance Method Summary collapse
Instance Method Details
#get_pub_key_by_id(id) ⇒ Object
96 97 98 |
# File 'lib/rubythemis.rb', line 96 def get_pub_key_by_id(id) raise ThemisError, "Callbacks not implemented: get_pub_key_by_id" end |
#receive ⇒ Object
104 105 106 |
# File 'lib/rubythemis.rb', line 104 def receive() raise ThemisError, "Callbacks not implemented: receive" end |
#send(message) ⇒ Object
100 101 102 |
# File 'lib/rubythemis.rb', line 100 def send() raise ThemisError, "Callbacks not implemented: send" end |