class SocialUrl::Networks::Google
Public Instance Methods
url()
click to toggle source
# File lib/social_url/networks/google.rb, line 10 def url "https://plus.google.com/share?#{params}" end
whitelisted_params()
click to toggle source
# File lib/social_url/networks/google.rb, line 4 def whitelisted_params { url: :url } end