Sha256: de44e904ed7e4b75fa1bbfc7e902487d345c028d6a8a64990fa0b132028b8838

Contents?: true

Size: 474 Bytes

Versions: 7

Compression:

Stored size: 474 Bytes

Contents

module BrighterPlanet
  module Dirigible
    module Data
      def self.included(base)
        base.col :distance, :type => :float
        base.col :payload, :type => :float
        base.col :surface_area, :type => :float
        base.col :dirigible_class_id, :type => :integer
        
        base.data_miner do
          process "the first step defined in the emitter module" do
            # just make sure i'm here
          end
        end
      end
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
emitter-1.1.1 spec/fixtures/dirigible/lib/dirigible/data.rb
emitter-1.1.0 spec/fixtures/dirigible/lib/dirigible/data.rb
emitter-1.0.0 spec/fixtures/dirigible/lib/dirigible/data.rb
emitter-0.12.1 spec/fixtures/dirigible/lib/dirigible/data.rb
emitter-0.11.2 spec/fixtures/dirigible/lib/dirigible/data.rb
emitter-0.11.1 spec/fixtures/dirigible/lib/dirigible/data.rb
emitter-0.11.0 spec/fixtures/dirigible/lib/dirigible/data.rb