Sha256: d035f7a996beb995064b2cb4579a4e4dc498556cc8116238d5cc5f6b684c89fc

Contents?: true

Size: 291 Bytes

Versions: 2

Compression:

Stored size: 291 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).clicks
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rsqoot-0.3.1 lib/rsqoot/click.rb
rsqoot-0.3.0 lib/rsqoot/click.rb