Class: Synchronisable::Gateway
- Inherits:
-
Object
- Object
- Synchronisable::Gateway
- Defined in:
- lib/synchronisable/gateway.rb
Instance Method Summary collapse
Instance Method Details
#fetch(params = {}) ⇒ Object
3 4 5 |
# File 'lib/synchronisable/gateway.rb', line 3 def fetch(params = {}) not_implemented :fetch end |
#find(params) ⇒ Object
7 8 9 |
# File 'lib/synchronisable/gateway.rb', line 7 def find(params) not_implemented :find end |