Link
- class lccs.link.Link(data)
Link object.
- __init__(data) None
Initialize instance with dictionary data.
- Parameters:
data – Dict with Link metadata.
- property rel: str
the Link relation.
- Type:
return
- property href: str
the Link url.
- Type:
return
- property type: str
the type of the Link object.
- Type:
return
- property title: str
the title of the Link object.
- Type:
return