Sha256: 5598fc1b3af04bcc1c2e232aa04991089d45f3de95c19d8ce864cd6fae08f0f4

Contents?: true

Size: 309 Bytes

Versions: 3

Compression:

Stored size: 309 Bytes

Contents

module SimpleWorker
    attr_accessor :host
    class ApiAuth
        def initialize(access_key, secret_key, options={})
            @access_key = access_key
            @secret_key = secret_key
            @host = options[:host] || "http://simpleworker.appoxy.com/api/"

        end
    end

end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
simple_worker-0.0.5 lib/api_auth.rb
simple_worker-0.0.4 lib/api_auth.rb
simple_worker-0.0.3 lib/api_auth.rb