Class: Chem::MDL::RxnBond

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

Instance Attribute Summary collapse

Attributes included from Bond

#color

Method Summary

Methods included from Bond

#bond_type, #stereo, #to_mdl, #topology

Instance Attribute Details

#productObject

Returns the value of attribute product.



302
303
304
# File 'lib/chem/db/mdl.rb', line 302

def product
  @product
end

#reactantObject

Returns the value of attribute reactant.



302
303
304
# File 'lib/chem/db/mdl.rb', line 302

def reactant
  @reactant
end

#vObject (readonly)

Returns the value of attribute v.



303
304
305
# File 'lib/chem/db/mdl.rb', line 303

def v
  @v
end