module RSqoot::Click

Public Instance Methods

clicks(options={}) click to toggle source

Retrieve a list of clicks based on the following parameters

@param [String] :to Start date @param [String] :from End date

@return [Hashie::Mash]

# File lib/rsqoot/click.rb, line 10
def clicks(options={})
  get('clicks', options)
end