class DiasporaFederation::Entities::AccountDeletion

This entity is sent when an account was deleted on a remote pod.

@see Validators::AccountDeletionValidator

Public Instance Methods

to_s() click to toggle source

@return [String] string representation of this object

# File lib/diaspora_federation/entities/account_deletion.rb, line 20
def to_s
  "AccountDeletion:#{author}"
end