Class: AsciiChem::Layout::PositionedBond
- Inherits:
-
Struct
- Object
- Struct
- AsciiChem::Layout::PositionedBond
- Defined in:
- lib/asciichem/layout.rb
Instance Attribute Summary collapse
-
#from_id ⇒ Object
Returns the value of attribute from_id.
-
#id ⇒ Object
Returns the value of attribute id.
-
#kind ⇒ Object
Returns the value of attribute kind.
-
#to_id ⇒ Object
Returns the value of attribute to_id.
Instance Attribute Details
#from_id ⇒ Object
Returns the value of attribute from_id
30 31 32 |
# File 'lib/asciichem/layout.rb', line 30 def from_id @from_id end |
#id ⇒ Object
Returns the value of attribute id
30 31 32 |
# File 'lib/asciichem/layout.rb', line 30 def id @id end |
#kind ⇒ Object
Returns the value of attribute kind
30 31 32 |
# File 'lib/asciichem/layout.rb', line 30 def kind @kind end |
#to_id ⇒ Object
Returns the value of attribute to_id
30 31 32 |
# File 'lib/asciichem/layout.rb', line 30 def to_id @to_id end |