Class: Chem::CMLBond

Inherits:
Object
  • Object
show all
Includes:
Bond
Defined in:
lib/chem/db/cml.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) ⇒ CMLBond

Returns a new instance of CMLBond.



21
22
23
# File 'lib/chem/db/cml.rb', line 21

def initialize(v)
  @v = v
end