Class: Aardi::HomeFooterLinks

Inherits:
Object
  • Object
show all
Defined in:
lib/aardi/home_footer_links.rb

Instance Method Summary collapse

Constructor Details

#initialize(blog_path) ⇒ HomeFooterLinks

Returns a new instance of HomeFooterLinks.



5
6
7
# File 'lib/aardi/home_footer_links.rb', line 5

def initialize(blog_path)
  @blog_path = blog_path
end

Instance Method Details

#to_sObject



9
10
11
# File 'lib/aardi/home_footer_links.rb', line 9

def to_s
  "**More:** [Archive](#{archive_url}), [RSS](#{rss_url}), [JSON](#{json_url})"
end