Humaans.Resources.PerformanceRating (Humaans v0.6.0)

Copy Markdown View Source

Representation of a Performance Rating resource.

Summary

Types

t()

@type t() :: %Humaans.Resources.PerformanceRating{
  company_id: binary() | nil,
  created_at: DateTime.t() | nil,
  id: binary() | nil,
  person_id: binary() | nil,
  updated_at: DateTime.t() | nil,
  value: any() | nil
}

Functions

build(map_or_kwlist, opts \\ [])

@spec build(ExConstructor.map_or_kwlist(), Keyword.t()) ::
  %Humaans.Resources.PerformanceRating{
    company_id: term(),
    created_at: term(),
    id: term(),
    person_id: term(),
    updated_at: term(),
    value: term()
  }

new(data)