Class: Synchronisable::Gateway

Inherits:
Object
  • Object
show all
Defined in:
lib/synchronisable/gateway.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#synchronizerObject (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