Sha256: 450f871b5d912e6e0f2a5d61ae616e83fb77409aacc1c944cb7f97fd770d535e
Contents?: true
Size: 284 Bytes
Versions: 3
Compression:
Stored size: 284 Bytes
Contents
module RSqoot 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('clicks', options) end end end
Version data entries
3 entries across 3 versions & 2 rubygems
Version | Path |
---|---|
rsqoot-0.2.2 | lib/rsqoot/click.rb |
rsqoot-0.1.1 | lib/rsqoot/click.rb |
rqoot-0.1.0 | lib/rsqoot/click.rb |