Class: AsciiChem::RingBonds::RingBond
- Inherits:
-
Struct
- Object
- Struct
- AsciiChem::RingBonds::RingBond
- Defined in:
- lib/asciichem/ring_bonds.rb
Instance Attribute Summary collapse
-
#digit ⇒ Object
Returns the value of attribute digit.
-
#from_atom ⇒ Object
Returns the value of attribute from_atom.
-
#to_atom ⇒ Object
Returns the value of attribute to_atom.
Instance Attribute Details
#digit ⇒ Object
Returns the value of attribute digit
18 19 20 |
# File 'lib/asciichem/ring_bonds.rb', line 18 def digit @digit end |
#from_atom ⇒ Object
Returns the value of attribute from_atom
18 19 20 |
# File 'lib/asciichem/ring_bonds.rb', line 18 def from_atom @from_atom end |
#to_atom ⇒ Object
Returns the value of attribute to_atom
18 19 20 |
# File 'lib/asciichem/ring_bonds.rb', line 18 def to_atom @to_atom end |