Class: Pageflow::FeedsHelper::FeedContent Private

Inherits:
Struct
  • Object
show all
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.

Since:

  • 16.1

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#entryObject

Returns the value of attribute entry

Returns:

  • (Object)

    the current value of entry



33
34
35
# File 'app/helpers/pageflow/feeds_helper.rb', line 33

def entry
  @entry
end

#templateObject

Returns the value of attribute template

Returns:

  • (Object)

    the current value of template



33
34
35
# File 'app/helpers/pageflow/feeds_helper.rb', line 33

def template
  @template
end

Instance Method Details

#buildObject

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.

Since:

  • 16.1



34
35
36
# File 'app/helpers/pageflow/feeds_helper.rb', line 34

def build
  [image_html, summary_html, link_html].compact.join
end