class PirschApi::PageResource

Public Instance Methods

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