Method: FreeAgent::Collection#update

Defined in:
lib/free_agent.rb

#update(id, attributes) ⇒ Object



111
112
113
# File 'lib/free_agent.rb', line 111

def update(id, attributes)
  entity_for_id(id).update(attributes, headers)
end