Class: FacebookSocialPlugins::Plugin::Button
- Defined in:
- lib/facebook-social_plugins/plugin/button.rb
Direct Known Subclasses
Instance Attribute Summary
Attributes inherited from Social
Attributes inherited from UiHelper
Instance Method Summary collapse
-
#attributes ⇒ Object
attributes always availabe for a button?.
-
#initialize(options = {}) ⇒ Button
constructor
A new instance of Button.
- #plugin_class ⇒ Object
Methods inherited from Social
Constructor Details
#initialize(options = {}) ⇒ Button
Returns a new instance of Button.
3 4 5 |
# File 'lib/facebook-social_plugins/plugin/button.rb', line 3 def initialize = {} super end |
Instance Method Details
#attributes ⇒ Object
attributes always availabe for a button?
12 13 14 |
# File 'lib/facebook-social_plugins/plugin/button.rb', line 12 def attributes super.merge(:font => fonts, :colorscheme => colorschemes) end |
#plugin_class ⇒ Object
7 8 9 |
# File 'lib/facebook-social_plugins/plugin/button.rb', line 7 def plugin_class super end |