Class: Pageflow::FeedsHelper::FeedContent Private
- Inherits:
-
Struct
- Object
- Struct
- Pageflow::FeedsHelper::FeedContent
- Defined in:
- app/helpers/pageflow/feeds_helper.rb
Overview
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Instance Attribute Summary collapse
-
#entry ⇒ Object
Returns the value of attribute entry.
-
#template ⇒ Object
Returns the value of attribute template.
Instance Method Summary collapse
- #build ⇒ Object private
Instance Attribute Details
#entry ⇒ Object
Returns the value of attribute entry
33 34 35 |
# File 'app/helpers/pageflow/feeds_helper.rb', line 33 def entry @entry end |
#template ⇒ Object
Returns the value of attribute template
33 34 35 |
# File 'app/helpers/pageflow/feeds_helper.rb', line 33 def template @template end |
Instance Method Details
#build ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
34 35 36 |
# File 'app/helpers/pageflow/feeds_helper.rb', line 34 def build [image_html, summary_html, link_html].compact.join end |