Class: AsciiChem::Model::ZMatrix::ZRow
- Inherits:
-
Struct
- Object
- Struct
- AsciiChem::Model::ZMatrix::ZRow
- Defined in:
- lib/asciichem/model/zmatrix.rb
Instance Attribute Summary collapse
-
#angle ⇒ Object
Returns the value of attribute angle.
-
#atom ⇒ Object
Returns the value of attribute atom.
-
#dihedral ⇒ Object
Returns the value of attribute dihedral.
-
#distance ⇒ Object
Returns the value of attribute distance.
-
#ref1 ⇒ Object
Returns the value of attribute ref1.
-
#ref2 ⇒ Object
Returns the value of attribute ref2.
-
#ref3 ⇒ Object
Returns the value of attribute ref3.
Instance Attribute Details
#angle ⇒ Object
Returns the value of attribute angle
15 16 17 |
# File 'lib/asciichem/model/zmatrix.rb', line 15 def angle @angle end |
#atom ⇒ Object
Returns the value of attribute atom
15 16 17 |
# File 'lib/asciichem/model/zmatrix.rb', line 15 def atom @atom end |
#dihedral ⇒ Object
Returns the value of attribute dihedral
15 16 17 |
# File 'lib/asciichem/model/zmatrix.rb', line 15 def dihedral @dihedral end |
#distance ⇒ Object
Returns the value of attribute distance
15 16 17 |
# File 'lib/asciichem/model/zmatrix.rb', line 15 def distance @distance end |
#ref1 ⇒ Object
Returns the value of attribute ref1
15 16 17 |
# File 'lib/asciichem/model/zmatrix.rb', line 15 def ref1 @ref1 end |
#ref2 ⇒ Object
Returns the value of attribute ref2
15 16 17 |
# File 'lib/asciichem/model/zmatrix.rb', line 15 def ref2 @ref2 end |
#ref3 ⇒ Object
Returns the value of attribute ref3
15 16 17 |
# File 'lib/asciichem/model/zmatrix.rb', line 15 def ref3 @ref3 end |