Skip to content

Instantly share code, notes, and snippets.

@benfalk
Created March 25, 2013 17:30
Show Gist options
  • Save benfalk/5238909 to your computer and use it in GitHub Desktop.
Save benfalk/5238909 to your computer and use it in GitHub Desktop.
How to use the paycom
require 'paycom'
login = Paycom::Login.new 'user_name', 'password', 'ssn_last_four_digits'
# This will fill out the week vanillia style
Paycom.week_punch login, Date.today
# This will fill out next week
Paycom.week_punch login, 1.week.from_now
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment