Sha256: e66093cf4bec736a9946b231e218a1e6bddf84413e9c15f0ee7f7ce869745cb8

Contents?: true

Size: 154 Bytes

Versions: 13

Compression:

Stored size: 154 Bytes

Contents

class SendToAll < Hyperloop::ServerOp
  param acting_user: nil, nils: true
  param :message
  param fred: ''
  dispatch_to { Hyperloop::Application }
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
hyper-operation-0.5.12 examples/smoke_test/app/hyperloop/operations/send_to_all.rb
hyper-operation-0.5.11 examples/smoke_test/app/hyperloop/operations/send_to_all.rb
hyper-operation-0.5.10 examples/smoke_test/app/hyperloop/operations/send_to_all.rb
hyper-operation-0.5.9 examples/smoke_test/app/hyperloop/operations/send_to_all.rb
hyper-operation-0.5.8 examples/smoke_test/app/hyperloop/operations/send_to_all.rb
hyper-operation-0.5.7 examples/smoke_test/app/hyperloop/operations/send_to_all.rb
hyper-operation-0.5.6 examples/smoke_test/app/hyperloop/operations/send_to_all.rb
hyper-operation-0.5.5 examples/smoke_test/app/hyperloop/operations/send_to_all.rb
hyper-operation-0.5.4 examples/smoke_test/app/hyperloop/operations/send_to_all.rb
hyper-operation-0.5.3 examples/smoke_test/app/hyperloop/operations/send_to_all.rb
hyper-operation-0.5.2 examples/smoke_test/app/hyperloop/operations/send_to_all.rb
hyper-operation-0.5.1 examples/smoke_test/app/hyperloop/operations/send_to_all.rb
hyper-operation-0.5.0 examples/smoke_test/app/hyperloop/operations/send_to_all.rb