View Source Bonfire.Data.Social.Profile (Bonfire v0.9.11-social-beta.6)

Summary

Types

t()

@type t() :: %Bonfire.Data.Social.Profile{
  __meta__: Ecto.Schema.Metadata.t(),
  controlled: term(),
  icon: term(),
  icon_id: term(),
  id: Needle.UID.t() | nil,
  image: term(),
  image_id: term(),
  location: term(),
  name: term(),
  pointer: Ecto.Schema.belongs_to(Needle.Pointer.t()) | nil,
  summary: term(),
  user: term(),
  website: term()
}

Functions

changeset(profile \\ %Profile{}, params)

delete(struct, key)

get(struct, key, default \\ nil)

put(struct, key, val)