Sha256: 69cc7617fae7f9e84446db866451d1834b9f8fb263421798a6fa9ad8071b1ab8

Contents?: true

Size: 221 Bytes

Versions: 2

Compression:

Stored size: 221 Bytes

Contents

module Pbw
  class Process < Rule
    has_and_belongs_to_many :tokens
    has_and_belongs_to_many :areas
    has_many :triggers
    
    field :run_tick, :type => Boolean
    field :run_update, :type => Boolean
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
pbw-0.0.4 app/models/pbw/process.rb
pbw-0.0.3 app/models/pbw/process.rb