Sha256: c4d2a897b335ac4dce1a8f21273d081ccccc5e36df58f2be0fb2b1a50bde8adf
Contents?: true
Size: 288 Bytes
Versions: 2
Compression:
Stored size: 288 Bytes
Contents
module Sqoot module Click # Retrieve a list of clicks based on the following parameters # # @param [String] :to Start date # @param [String] :from End date # # @return [Hashie::Mash] def clicks(options={}) get('/v1/clicks', options) end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
sqoot-1.0.0 | lib/sqoot/click.rb |
sqoot-0.0.1 | lib/sqoot/click.rb |