Class: SocialShareButton::Config
- Inherits:
-
Object
- Object
- SocialShareButton::Config
- Defined in:
- lib/social_share_button/config.rb
Instance Attribute Summary collapse
-
#allow_sites ⇒ Object
enable social sites to share, * site support: - twitter - facebook - weibo - qq - douban - google_bookmark - delicious - tumblr - pinterest - email - linkedin - wechat - vkontakte - odnoklassniki - Xing - reddit - hacker_news - telegram - whatsapp_app - whatsapp_web.
Instance Method Summary collapse
-
#initialize ⇒ Config
constructor
A new instance of Config.
Constructor Details
#initialize ⇒ Config
Returns a new instance of Config.
34 35 |
# File 'lib/social_share_button/config.rb', line 34 def initialize end |
Instance Attribute Details
#allow_sites ⇒ Object
enable social sites to share,
- site support:
- douban
- google_bookmark
- delicious
- tumblr
- vkontakte
- odnoklassniki
- hacker_news
- telegram
- whatsapp_app
- whatsapp_web
32 33 34 |
# File 'lib/social_share_button/config.rb', line 32 def allow_sites @allow_sites end |