Class: Fragment

Inherits:
Struct show all
Defined in:
bin/fragmenter.rb

Instance Attribute Summary collapse

Instance Attribute Details

#chargeObject

Returns the value of attribute charge

Returns:

  • (Object)

    the current value of charge



9
10
11
# File 'bin/fragmenter.rb', line 9

def charge
  @charge
end

#fragObject

Returns the value of attribute frag

Returns:

  • (Object)

    the current value of frag



9
10
11
# File 'bin/fragmenter.rb', line 9

def frag
  @frag
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



9
10
11
# File 'bin/fragmenter.rb', line 9

def id
  @id
end

#massObject

Returns the value of attribute mass

Returns:

  • (Object)

    the current value of mass



9
10
11
# File 'bin/fragmenter.rb', line 9

def mass
  @mass
end

#mzObject

Returns the value of attribute mz

Returns:

  • (Object)

    the current value of mz



9
10
11
# File 'bin/fragmenter.rb', line 9

def mz
  @mz
end

#pairingObject

Returns the value of attribute pairing

Returns:

  • (Object)

    the current value of pairing



9
10
11
# File 'bin/fragmenter.rb', line 9

def pairing
  @pairing
end

#smilesObject

Returns the value of attribute smiles

Returns:

  • (Object)

    the current value of smiles



9
10
11
# File 'bin/fragmenter.rb', line 9

def smiles
  @smiles
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



9
10
11
# File 'bin/fragmenter.rb', line 9

def title
  @title
end