class Attio::APIResource
def changed
-
(Array
- Array of changed attribute names as strings)
def changed @changed_attributes.map(&:to_s) end
(Array)
- Array of changed attribute names as strings
def changed @changed_attributes.map(&:to_s) end