class DiasporaFederation::Entities::AccountDeletion
This entity is sent when an account was deleted on a remote pod.
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