class Inkcite::Renderer::Social::Facebook
Public Class Methods
new()
click to toggle source
Calls superclass method
Inkcite::Renderer::Social::new
# File lib/inkcite/renderer/social.rb, line 7 def initialize super(:src => 'facebook.png', :alt => 'Facebook', :cta => 'Share') end