class FacebookSocialPlugins::Plugin::Button
Public Class Methods
new(options = {})
click to toggle source
Calls superclass method
# File lib/facebook-social_plugins/plugin/button.rb, line 3 def initialize options = {} super end
Public Instance Methods
attributes()
click to toggle source
attributes always availabe for a button?
Calls superclass method
# File lib/facebook-social_plugins/plugin/button.rb, line 12 def attributes super.merge(:font => fonts, :colorscheme => colorschemes) end
plugin_class()
click to toggle source
Calls superclass method
# File lib/facebook-social_plugins/plugin/button.rb, line 7 def plugin_class super end