module Jamef

Bundler.require(:pry,:development)

Constants

VERSION

Public Class Methods

complete_rate(params) click to toggle source
# File lib/jamef.rb, line 18
def self.complete_rate params
  Jamef::Rating.complete_rate(params)
end
rate(params) click to toggle source
# File lib/jamef.rb, line 14
def self.rate params
  Jamef::Rating.rate(params)
end
track(params) click to toggle source
# File lib/jamef.rb, line 22
def self.track params
  Jamef::Tracking.track(params)
end