Sha256: 55e677c231fdfdaf05656c1128d66c200dbf9bb94ccebed4ddb38fc6819ca792

Contents?: true

Size: 256 Bytes

Versions: 7

Compression:

Stored size: 256 Bytes

Contents

module BrighterPlanet
  module Biplane
    module Data
      def self.included(base)
        base.col :distance, :type => :float
        base.col :payload, :type => :float
        base.col :dirigible_class_id, :type => :integer
      end
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

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