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