Sha256: c909d3eee57daceab6c949ec3ca4d4266658170c0672329be8c1800cf2afac92

Contents?: true

Size: 293 Bytes

Versions: 8

Compression:

Stored size: 293 Bytes

Contents

module Pione
  module Tuple
    # WorkingTuple represents current working task informations.
    class WorkingTuple < BasicTuple
      define_format [:working,
        # caller domain
        [:domain, String],
        # rule handler digest
        [:digest, String]
      ]
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
pione-0.2.2 lib/pione/tuple/working-tuple.rb
pione-0.2.1 lib/pione/tuple/working-tuple.rb
pione-0.2.0 lib/pione/tuple/working-tuple.rb
pione-0.1.4 lib/pione/tuple/working-tuple.rb
pione-0.1.3 lib/pione/tuple/working-tuple.rb
pione-0.1.2 lib/pione/tuple/working-tuple.rb
pione-0.1.1 lib/pione/tuple/working-tuple.rb
pione-0.1.0 lib/pione/tuple/working-tuple.rb