Class: SocialSharePrivacy::Config::Services
- Includes:
- Evaluatable, JSONable
- Defined in:
- lib/social_share_privacy.rb
Defined Under Namespace
Classes: Facebook, Gplus, Service, Twitter
Instance Method Summary collapse
- #facebook {|@facebook ||= Facebook.new| ... } ⇒ Object
- #gplus {|@gplus ||= Gplus.new| ... } ⇒ Object
- #twitter {|@twitter ||= Twitter.new| ... } ⇒ Object
Methods included from Evaluatable
Methods included from JSONable
Instance Method Details
#facebook {|@facebook ||= Facebook.new| ... } ⇒ Object
180 181 182 |
# File 'lib/social_share_privacy.rb', line 180 def facebook yield(@facebook ||= Facebook.new) end |