class PirschApi::ReferrerResource

Public Instance Methods

parse_response(body) click to toggle source
# File lib/pirsch_api/resources/statistics/referrer.rb, line 7
def parse_response(body)
  JSON.parse(body).map{ |o| Referrer.new o }
end
request_url() click to toggle source
# File lib/pirsch_api/resources/statistics/referrer.rb, line 3
def request_url
  "statistics/referrer"
end