Class: FrenchPress::Post::Link

Inherits:
Generic
  • Object
show all
Defined in:
lib/frenchpress/post/link.rb

Overview

Represents a link post

Instance Attribute Summary

Attributes inherited from Generic

#file_name, #parent_blog

Instance Method Summary collapse

Methods inherited from Generic

#assign_variables, #derive_variables, #initialize, #render_as_quote, #render_with_tags, #tags

Constructor Details

This class inherits a constructor from FrenchPress::Post::Generic

Instance Method Details

#renderObject



5
6
7
8
# File 'lib/frenchpress/post/link.rb', line 5

def render
  "<h2><a href=\"#{@content}\">" \
    "#{@content.delete('http://').delete('https://')}</a></h2>"
end