Sha256: 2e4f209190016b9f32a59738e9ea2b9315d234b276a1c0fc34c619ab457356d5
Contents?: true
Size: 223 Bytes
Versions: 1
Compression:
Stored size: 223 Bytes
Contents
module Ray module Payloads class NullPayload < Payload def type "custom" end def content { content: nil, label: "Integer" } end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ruby-ray-0.1.0 | lib/ray/payloads/null_payload.rb |