Sha256: b842baad025cdbc4ddb39914d40db5573ca2829c28bcf67b295bc4b229716468
Contents?: true
Size: 434 Bytes
Versions: 3
Compression:
Stored size: 434 Bytes
Contents
# ./lib/agent99.rb require 'debug_me' include DebugMe require 'json' require 'json_schema' require 'securerandom' module Agent99; end # Establish a namespace require_relative 'agent99/base' module Agent99 module Type SERVER = :server # Waits for and responds to requests CLIENT = :client # Only makes requests HYBRID = :hybrid # Can both make and respond to requests end # TODO: anything needed here? end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
agent99-0.0.4 | lib/agent99.rb |
agent99-0.0.3 | lib/agent99.rb |
agent99-0.0.2 | lib/agent99.rb |