Class: Synchronisable::Gateway
- Inherits:
-
Object
- Object
- Synchronisable::Gateway
- Defined in:
- lib/synchronisable/gateway.rb
Instance Attribute Summary collapse
-
#synchronizer ⇒ Object
readonly
Returns the value of attribute synchronizer.
Instance Method Summary collapse
Instance Attribute Details
#synchronizer ⇒ Object (readonly)
Returns the value of attribute synchronizer.
3 4 5 |
# File 'lib/synchronisable/gateway.rb', line 3 def synchronizer @synchronizer end |
Instance Method Details
#fetch(params = {}) ⇒ Object
5 6 7 |
# File 'lib/synchronisable/gateway.rb', line 5 def fetch(params = {}) not_implemented :fetch end |
#find(id) ⇒ Object
9 10 11 |
# File 'lib/synchronisable/gateway.rb', line 9 def find(id) not_implemented :find end |