class Nucleo::Models::FeedTypes::Seo::Page::PageTitle
Public Class Methods
feed_summary()
click to toggle source
Returns the class level feed summary title
@return [String]
# File lib/nucleo/models/feed_types/seo/page/page_title.rb, line 11 def self.feed_summary "<strong>page title</strong> feed summary" end
Public Instance Methods
feed_summary()
click to toggle source
Delegate to the class level feed summary
@return [String]
# File lib/nucleo/models/feed_types/seo/page/page_title.rb, line 18 def feed_summary self.class.feed_summary end
headline()
click to toggle source
Returns the headline based on the length of the content
@return [String]
# File lib/nucleo/models/feed_types/seo/page/page_title.rb, line 25 def headline "page title headline" end
long_summary()
click to toggle source
Returns the detailed summary
@return [String]
# File lib/nucleo/models/feed_types/seo/page/page_title.rb, line 32 def long_summary "page titles long summary" end
short_summary()
click to toggle source
Returns the short summary
@return [String]
# File lib/nucleo/models/feed_types/seo/page/page_title.rb, line 39 def short_summary "Page titles are customers first impression in search results." end