Sha256: 91f6cfcdfe63eda9d685761a658aa47eee586883431e8c9f631f1aef68916299

Contents?: true

Size: 191 Bytes

Versions: 2

Compression:

Stored size: 191 Bytes

Contents

module PirschApi
  class GrowthResource < BaseResource
    def request_url
      "statistics/growth"
    end

    def parse_response(body)
      Growth.new JSON.parse(body)
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
pirsch_api-0.1.1 lib/pirsch_api/resources/statistics/growth.rb
pirsch_api-0.1.0 lib/pirsch_api/resources/statistics/growth.rb