class Attio::APIResource

def changed

Returns:
  • (Array) - Array of changed attribute names as strings
def changed
  @changed_attributes.map(&:to_s)
end