Class: Skyline::Article::Data Abstract
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- Skyline::Article::Data
- Defined in:
- app/models/skyline/article.rb
Overview
This class is abstract.
Subclass and implement the Article::Data interface
The data object contains required structured data needed for an article.
Direct Known Subclasses
Instance Attribute Summary collapse
-
#to_be_published ⇒ Object
Returns the value of attribute to_be_published.
Instance Attribute Details
#to_be_published ⇒ Object
Returns the value of attribute to_be_published.
43 44 45 |
# File 'app/models/skyline/article.rb', line 43 def to_be_published @to_be_published end |