class PirschApi::GrowthResource
Public Instance Methods
parse_response(body)
click to toggle source
# File lib/pirsch_api/resources/statistics/growth.rb, line 7 def parse_response(body) Growth.new JSON.parse(body) end
request_url()
click to toggle source
# File lib/pirsch_api/resources/statistics/growth.rb, line 3 def request_url "statistics/growth" end