Sha256: 8a850f33498989caf661451c76320f259271adbe27d5c81e3993616209d8f3f5
Contents?: true
Size: 254 Bytes
Versions: 2
Compression:
Stored size: 254 Bytes
Contents
module SimpleWorker class ApiAuth def initialize(access_key, secret_key) @access_key = access_key @secret_key = secret_key @host = "http://simpleworker.appoxy.com/api/" end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
simple_worker-0.0.2 | lib/api_auth.rb |
simple_worker-0.0.1 | lib/api_auth.rb |