Class: MS::Fragmenter::TableEntry

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

Instance Attribute Summary collapse

Instance Attribute Details

#chargeObject

Returns the value of attribute charge

Returns:

  • (Object)

    the current value of charge



8
9
10
# File 'lib/fragmenter.rb', line 8

def charge
  @charge
end

#composition_arrObject

Returns the value of attribute composition_arr

Returns:

  • (Object)

    the current value of composition_arr



8
9
10
# File 'lib/fragmenter.rb', line 8

def composition_arr
  @composition_arr
end

#ionObject

Returns the value of attribute ion

Returns:

  • (Object)

    the current value of ion



8
9
10
# File 'lib/fragmenter.rb', line 8

def ion
  @ion
end

#massObject

Returns the value of attribute mass

Returns:

  • (Object)

    the current value of mass



8
9
10
# File 'lib/fragmenter.rb', line 8

def mass
  @mass
end

#seqObject

Returns the value of attribute seq

Returns:

  • (Object)

    the current value of seq



8
9
10
# File 'lib/fragmenter.rb', line 8

def seq
  @seq
end