Module: Services::AccountMappingUpdator

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

Instance Method Summary collapse

Instance Method Details

#update(params) ⇒ Object



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

def update(params)
  update_attributes(params)
  self
end