WoW API Elixir v0.2.1 Achievement View Source

Link to this section Summary

Link to this section Types

Link to this type

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