WoW API Elixir v0.2.1 AchievementCategory View Source

Link to this section Summary

Link to this section Types

Link to this type

t() View Source
t() :: %AchievementCategory{
  achievements: [
    %Achievement{
      account_wide: term(),
      criteria: term(),
      description: term(),
      faction_id: term(),
      icon: term(),
      id: term(),
      points: term(),
      reward_items: term(),
      title: term()
    }
  ],
  id: integer(),
  name: String.t()
}