Class: AtomSource

AtomSource


new AtomSource( [json])

Information about the originating feed if an entry is copied or aggregated from another feed.
Parameters:
Name Type Argument Description
json Object <optional>
See:

Extends

Methods


getBase()

Get the base
Inherited From:
Returns:
base
Type
String

getLang()

Get the lang
Inherited From:
Returns:
lang
Type
String

init(json)

Initialize from JSON
Parameters:
Name Type Description
json Object
Inherited From:
Returns:
this
Type
AtomCommon

setBase(base)

Set the base attribute
Parameters:
Name Type Description
base String
Inherited From:
Returns:
this
Type
AtomCommon

setLang(lang)

Set the lang
Parameters:
Name Type Description
lang String
Inherited From:
Returns:
this
Type
AtomCommon

toJSON()

Export the object as JSON
Inherited From:
Returns:
JSON object
Type
Object