Class: ArticleRevision::Approval::Changes
- Inherits:
-
Data
- Object
- Data
- ArticleRevision::Approval::Changes
- Defined in:
- app/services/article_revision/approval.rb
Instance Attribute Summary collapse
-
#article_data ⇒ Object
readonly
Returns the value of attribute article_data.
-
#content_links ⇒ Object
readonly
Returns the value of attribute content_links.
-
#page_content ⇒ Object
readonly
Returns the value of attribute page_content.
Instance Method Summary collapse
Instance Attribute Details
#article_data ⇒ Object (readonly)
Returns the value of attribute article_data
11 12 13 |
# File 'app/services/article_revision/approval.rb', line 11 def article_data @article_data end |
#content_links ⇒ Object (readonly)
Returns the value of attribute content_links
11 12 13 |
# File 'app/services/article_revision/approval.rb', line 11 def content_links @content_links end |
#page_content ⇒ Object (readonly)
Returns the value of attribute page_content
11 12 13 |
# File 'app/services/article_revision/approval.rb', line 11 def page_content @page_content end |
Instance Method Details
#embedding_context? ⇒ Boolean
12 13 14 |
# File 'app/services/article_revision/approval.rb', line 12 def page_content || article_data || content_links end |