var PrimaryResourceTransformer = function PrimaryResourceTransformer(relationshipDescription) {
    $traceurRuntime.superConstructor($PrimaryResourceTransformer).call(this);
    this.relationshipDescription = relationshipDescription;
  };