Class: AsciiChem::Layout::PositionedBond

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

Instance Attribute Summary collapse

Instance Attribute Details

#from_idObject

Returns the value of attribute from_id

Returns:

  • (Object)

    the current value of from_id



30
31
32
# File 'lib/asciichem/layout.rb', line 30

def from_id
  @from_id
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



30
31
32
# File 'lib/asciichem/layout.rb', line 30

def id
  @id
end

#kindObject

Returns the value of attribute kind

Returns:

  • (Object)

    the current value of kind



30
31
32
# File 'lib/asciichem/layout.rb', line 30

def kind
  @kind
end

#to_idObject

Returns the value of attribute to_id

Returns:

  • (Object)

    the current value of to_id



30
31
32
# File 'lib/asciichem/layout.rb', line 30

def to_id
  @to_id
end