Class: Array
- Inherits:
-
Object
- Object
- Array
- Defined in:
- lib/ms/sim_feature.rb
Instance Attribute Summary collapse
-
#ms2 ⇒ Object
Returns the value of attribute ms2.
-
#ms_level ⇒ Object
Returns the value of attribute ms_level.
-
#pre_charge ⇒ Object
Returns the value of attribute pre_charge.
-
#pre_int ⇒ Object
Returns the value of attribute pre_int.
-
#pre_mz ⇒ Object
Returns the value of attribute pre_mz.
Instance Attribute Details
#ms2 ⇒ Object
Returns the value of attribute ms2.
9 10 11 |
# File 'lib/ms/sim_feature.rb', line 9 def ms2 @ms2 end |
#ms_level ⇒ Object
Returns the value of attribute ms_level.
9 10 11 |
# File 'lib/ms/sim_feature.rb', line 9 def ms_level @ms_level end |
#pre_charge ⇒ Object
Returns the value of attribute pre_charge.
9 10 11 |
# File 'lib/ms/sim_feature.rb', line 9 def pre_charge @pre_charge end |
#pre_int ⇒ Object
Returns the value of attribute pre_int.
9 10 11 |
# File 'lib/ms/sim_feature.rb', line 9 def pre_int @pre_int end |
#pre_mz ⇒ Object
Returns the value of attribute pre_mz.
9 10 11 |
# File 'lib/ms/sim_feature.rb', line 9 def pre_mz @pre_mz end |