Sha256: f50a510e72de9f8d512854d8fb5ee08c01b29655a9a85eac8820292b1a65e174
Contents?: true
Size: 366 Bytes
Versions: 2
Compression:
Stored size: 366 Bytes
Contents
class Evaluate < Hyperloop::ServerOp param acting_user: nil, nils: true param :target_id param :sender_id param :context param string: nil dispatch_to { Hyperloop::Application } end class Response < Hyperloop::ServerOp param acting_user: nil, nils: true param :target_id param :kind param :message dispatch_to { Hyperloop::Application } end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
hyper-console-0.1.1 | lib/hyperloop/console/evaluate.rb |
hyper-console-0.1.0 | lib/hyperloop/console/evaluate.rb |