Sha256: 0f1a6df064110d98782d4e07ce5dbf78fbb45268c7eabf90e294b64218f505e6
Contents?: true
Size: 513 Bytes
Versions: 2
Compression:
Stored size: 513 Bytes
Contents
module SocialShareButton class << self attr_accessor :config def configure yield self.config ||= Config.new end end class Config # enable social sites to share, # * site support: # - twitter # - facebook # - google_plus # - weibo # - qq # - douban # - google_bookmark # - delicious # - tumblr # - pinterest # - email # - linkedin # - wechat # - vkontakte attr_accessor :allow_sites def initialize end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
social-share-button-0.6.0 | lib/social_share_button/config.rb |
social-share-button-0.5.0 | lib/social_share_button/config.rb |