Skip to content

Instantly share code, notes, and snippets.

@jeffrydegrande
Created October 31, 2009 20:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jeffrydegrande/223218 to your computer and use it in GitHub Desktop.
Save jeffrydegrande/223218 to your computer and use it in GitHub Desktop.
class Gateway
def self.authorize
end
def self.charge
end
def self.url
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment