Top Level Namespace

Defined Under Namespace

Modules: Towsta

Instance Method Summary collapse

Instance Method Details

#sync_with_towsta(params = {}) ⇒ Object



1
2
3
# File 'lib/towsta/sync_with_towsta.rb', line 1

def sync_with_towsta params={}
  Towsta::Synchronizer.new(params: params, request: :all).status
end