class Consummo::TwitterShareEnricher

Public Instance Methods

metric_endpoint() click to toggle source
# File lib/consummo/enrichers/twitter_share_enricher.rb, line 3
def metric_endpoint
  "http://urls.api.twitter.com/1/urls/count.json?url="
end
metric_key() click to toggle source
# File lib/consummo/enrichers/twitter_share_enricher.rb, line 11
def metric_key
  "count"
end
metric_name() click to toggle source
# File lib/consummo/enrichers/twitter_share_enricher.rb, line 7
def metric_name
  "twitter_shares"
end