Class: Crm::ContentLinkEditorComponent::Entry
- Inherits:
-
Data
- Object
- Data
- Crm::ContentLinkEditorComponent::Entry
- Defined in:
- app/components/crm/content_link_editor_component.rb
Overview
One rendered live or staged ContentLink row.
Instance Attribute Summary collapse
-
#content_link ⇒ ContentLink
readonly
The live or in-memory content link to render.
-
#key ⇒ String
readonly
Stable key identifying the link within a revision's staged link data (see ArticleRevision.content_link_key).
Instance Attribute Details
#content_link ⇒ ContentLink (readonly)
Returns the live or in-memory content link to render.
19 |
# File 'app/components/crm/content_link_editor_component.rb', line 19 Entry = Data.define(:content_link, :key) |
#key ⇒ String (readonly)
Returns stable key identifying the link within a revision's
staged link data (see ArticleRevision.content_link_key).
19 |
# File 'app/components/crm/content_link_editor_component.rb', line 19 Entry = Data.define(:content_link, :key) |