Module: Services::ThirdPartyUpdater

Defined in:
app/roles/services/third_party_updater.rb

Instance Method Summary collapse

Instance Method Details

#update(params) ⇒ Object



5
6
7
8
# File 'app/roles/services/third_party_updater.rb', line 5

def update(params)
  update_attributes(params)
  self
end