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
94 95 96 |
# File 'lib/rubythemis.rb', line 94 def get_pub_key_by_id(id) raise ThemisError, "Callbacks not implemented: get_pub_key_by_id" end |
#receive ⇒ Object
102 103 104 |
# File 'lib/rubythemis.rb', line 102 def receive() raise ThemisError, "Callbacks not implemented: receive" end |
#send(message) ⇒ Object
98 99 100 |
# File 'lib/rubythemis.rb', line 98 def send() raise ThemisError, "Callbacks not implemented: send" end |