Sha256: ba4e27713f75dc17fae47d14a0457f8ec4817c436298ffc8badf1d3489bbea16

Contents?: true

Size: 259 Bytes

Versions: 9

Compression:

Stored size: 259 Bytes

Contents

module Bio
    class SQL
			class BioentryReference < DummyBase
				set_primary_keys :bioentry_id, :reference_id, :rank
				belongs_to :bioentry, :class_name => "Bioentry"
				belongs_to :reference , :class_name => "Reference"
			end		
		end #SQL
end #Bio		

Version data entries

9 entries across 9 versions & 4 rubygems

Version Path
bioruby-bio-1.2.9.9001 lib/bio/io/biosql/bioentry_reference.rb
bioruby-bio-1.2.9.9501 lib/bio/io/biosql/bioentry_reference.rb
bioruby-bio-1.3.0 lib/bio/io/biosql/bioentry_reference.rb
ngoto-bio-1.2.9.9001 lib/bio/io/biosql/bioentry_reference.rb
ngoto-bio-1.2.9.9501 lib/bio/io/biosql/bioentry_reference.rb
ngoto-bio-1.3.0.5000 lib/bio/io/biosql/bioentry_reference.rb
ngoto-bio-1.3.0 lib/bio/io/biosql/bioentry_reference.rb
wwood-bioruby-1.2.11 lib/bio/io/biosql/bioentry_reference.rb
bio-1.3.0 lib/bio/io/biosql/bioentry_reference.rb