Class: Themis::Callbacks
- Inherits:
-
Object
- Object
- Themis::Callbacks
- Defined in:
- lib/rbthemis.rb
Instance Method Summary collapse
Instance Method Details
#get_pub_key_by_id(id) ⇒ Object
201 202 203 |
# File 'lib/rbthemis.rb', line 201 def get_pub_key_by_id(id) raise ThemisError, 'Callback is not implemented: get_pub_key_by_id' end |
#receive ⇒ Object
209 210 211 |
# File 'lib/rbthemis.rb', line 209 def receive raise ThemisError, 'Callback is not implemented: receive' end |
#send(message) ⇒ Object
205 206 207 |
# File 'lib/rbthemis.rb', line 205 def send() raise ThemisError, 'Callback is not implemented: send' end |