Sha256: 43c321998b81c2999afbb3ea0020761bf13e78989348478c880c4c5ccfbab253
Contents?: true
Size: 528 Bytes
Versions: 1
Compression:
Stored size: 528 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 # - reddit attr_accessor :allow_sites def initialize end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
social-share-button-0.7.0 | lib/social_share_button/config.rb |