Class: Chem::GSpanBond

Inherits:
Object
  • Object
show all
Includes:
Bond
Defined in:
lib/chem/db/gspan.rb

Instance Attribute Summary

Attributes included from Bond

#color, #v

Instance Method Summary collapse

Methods included from Bond

#bond_type, #stereo, #to_mdl, #topology

Constructor Details

#initialize(v) ⇒ GSpanBond

Returns a new instance of GSpanBond.



97
98
99
# File 'lib/chem/db/gspan.rb', line 97

def initialize v
  @v = v
end