Method: Cinch::Syncable#mark_as_synced
- Defined in:
- lib/cinch/syncable.rb
#mark_as_synced(attribute) ⇒ void
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
This method returns an undefined value.
79 80 81 |
# File 'lib/cinch/syncable.rb', line 79 def mark_as_synced(attribute) @synced_attributes << attribute end |