Attribution constructor

Attribution(
  1. String id,
  2. String text,
  3. AttributionType type
)

Implementation

Attribution(String id, String text, AttributionType type)
  : _id = id, href = null, text = text, hrefText = null, type = type;