class DiasporaFederation::Entities::Profile

This entity contains all the profile data of a person.

@see Validators::ProfileValidator

Public Instance Methods

to_s() click to toggle source

@return [String] string representation of this object

# File lib/diaspora_federation/entities/profile.rb, line 79
def to_s
  "Profile:#{author}"
end