Class: MS::Fragmenter::TableEntry
- Inherits:
-
Struct
- Object
- Struct
- MS::Fragmenter::TableEntry
- Defined in:
- lib/fragmenter.rb
Instance Attribute Summary collapse
-
#charge ⇒ Object
Returns the value of attribute charge.
-
#composition_arr ⇒ Object
Returns the value of attribute composition_arr.
-
#ion ⇒ Object
Returns the value of attribute ion.
-
#mass ⇒ Object
Returns the value of attribute mass.
-
#seq ⇒ Object
Returns the value of attribute seq.
Instance Attribute Details
#charge ⇒ Object
Returns the value of attribute charge
8 9 10 |
# File 'lib/fragmenter.rb', line 8 def charge @charge end |
#composition_arr ⇒ Object
Returns the value of attribute composition_arr
8 9 10 |
# File 'lib/fragmenter.rb', line 8 def composition_arr @composition_arr end |
#ion ⇒ Object
Returns the value of attribute ion
8 9 10 |
# File 'lib/fragmenter.rb', line 8 def ion @ion end |
#mass ⇒ Object
Returns the value of attribute mass
8 9 10 |
# File 'lib/fragmenter.rb', line 8 def mass @mass end |
#seq ⇒ Object
Returns the value of attribute seq
8 9 10 |
# File 'lib/fragmenter.rb', line 8 def seq @seq end |