Feed::Example
Inherits JSON::Serializable < Reference < Object
An example of what belongs in (or doesn't belong in) the feed.
Constructors
new(object_iri : String, included : Bool)
Sourcenew(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
included
Sourceincluded=(included : Bool)
Sourceobject_iri
Sourceobject_iri=(object_iri : String)
Source