Class: Tumblargh::Renderer::Blocks::RebloggedFrom

Inherits:
Base show all
Defined in:
lib/tumblargh/renderer/blocks/reblogs.rb

Overview

Rendered if a post was reblogged from another post.

Instance Attribute Summary

Attributes inherited from Tumblargh::Renderer::Base

#context, #node, #options

Instance Method Summary collapse

Methods inherited from Base

#render

Methods inherited from Tumblargh::Renderer::Base

#context_post, contextual_tag, #escape_html, #escape_url, #initialize, #method_missing, #render, #strip_html

Constructor Details

This class inherits a constructor from Tumblargh::Renderer::Base

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Tumblargh::Renderer::Base

Instance Method Details

#reblog_parent_nameObject



12
13
14
# File 'lib/tumblargh/renderer/blocks/reblogs.rb', line 12

def reblog_parent_name

end

#reblog_parent_portrait_url(size) ⇒ Object



24
25
# File 'lib/tumblargh/renderer/blocks/reblogs.rb', line 24

def reblog_parent_portrait_url(size)
end

#reblog_parent_titleObject



16
17
18
# File 'lib/tumblargh/renderer/blocks/reblogs.rb', line 16

def reblog_parent_title

end

#reblog_parent_urlObject



20
21
22
# File 'lib/tumblargh/renderer/blocks/reblogs.rb', line 20

def reblog_parent_url
  
end

#reblog_root_nameObject



27
28
29
# File 'lib/tumblargh/renderer/blocks/reblogs.rb', line 27

def reblog_root_name
  
end

#reblog_root_portrait_url(size) ⇒ Object



35
36
37
# File 'lib/tumblargh/renderer/blocks/reblogs.rb', line 35

def reblog_root_portrait_url(size)

end

#reblog_root_titleObject



31
32
33
# File 'lib/tumblargh/renderer/blocks/reblogs.rb', line 31

def reblog_root_title
  
end

#should_render?Boolean

Returns:



8
9
10
# File 'lib/tumblargh/renderer/blocks/reblogs.rb', line 8

def should_render?
  false
end