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.



266
267
268
# File 'lib/chem/db/mdl.rb', line 266

def product
  @product
end

#reactantObject

Returns the value of attribute reactant.



266
267
268
# File 'lib/chem/db/mdl.rb', line 266

def reactant
  @reactant
end

#vObject (readonly)

Returns the value of attribute v.



267
268
269
# File 'lib/chem/db/mdl.rb', line 267

def v
  @v
end