Class: AsciiChem::RingBonds::RingBond

Inherits:
Struct
  • Object
show all
Defined in:
lib/asciichem/ring_bonds.rb

Instance Attribute Summary collapse

Instance Attribute Details

#digitObject

Returns the value of attribute digit

Returns:

  • (Object)

    the current value of digit



18
19
20
# File 'lib/asciichem/ring_bonds.rb', line 18

def digit
  @digit
end

#from_atomObject

Returns the value of attribute from_atom

Returns:

  • (Object)

    the current value of from_atom



18
19
20
# File 'lib/asciichem/ring_bonds.rb', line 18

def from_atom
  @from_atom
end

#to_atomObject

Returns the value of attribute to_atom

Returns:

  • (Object)

    the current value of to_atom



18
19
20
# File 'lib/asciichem/ring_bonds.rb', line 18

def to_atom
  @to_atom
end