Sha256: 0e6396bee55aa23879821af0e097a67ca6adec42abf1c89c16a9ddd38e12bd42

Contents?: true

Size: 279 Bytes

Versions: 3

Compression:

Stored size: 279 Bytes

Contents

module FacebookSocialPlugins::Plugin
	class Button < Social
		def initialize options = {}
			super
		end

		def plugin_class
			super
		end

		# attributes always availabe for a button?
		def attributes
			super.merge(:font => fonts, :colorscheme => colorschemes)
		end
	end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
facebook-social_plugins-0.2.2 lib/facebook-social_plugins/plugin/button.rb
facebook-social_plugins-0.2.1 lib/facebook-social_plugins/plugin/button.rb
facebook-social_plugins-0.2.0 lib/facebook-social_plugins/plugin/button.rb