Module: Sqoot::Click

Included in:
Client
Defined in:
lib/sqoot/click.rb

Instance Method Summary collapse

Instance Method Details

#clicks(options = {}) ⇒ Hashie::Mash

Retrieve a list of clicks based on the following parameters

Parameters:

  • :to (String)

    Start date

  • :from (String)

    End date

Returns:

  • (Hashie::Mash)


10
11
12
# File 'lib/sqoot/click.rb', line 10

def clicks(options={})
  get('/v1/clicks', options)
end