BUPE v0.5.0 BUPE.Item View Source

The Item element definition.

Each Item element represents a Publication Resource.

Link to this section Summary

Link to this section Types

Link to this type

t() View Source
t() :: %BUPE.Item{
  description: nil | String.t(),
  duration: nil | String.t(),
  fallback: nil | String.t(),
  href: String.t(),
  id: nil | String.t(),
  media_overlay: nil | String.t(),
  media_type: nil | String.t(),
  properties: nil | String.t()
}

Link to this section Functions

Link to this function

from_string(path) View Source
from_string(binary()) :: t()

Link to this function

normalize(item) View Source
normalize(t()) :: t()