Class: XTandemDefaults
- Inherits:
-
Object
- Object
- XTandemDefaults
- Defined in:
- lib/protk/xtandem_defaults.rb
Instance Attribute Summary collapse
-
#path ⇒ Object
readonly
Returns the value of attribute path.
-
#taxonomy_path ⇒ Object
readonly
Returns the value of attribute taxonomy_path.
Instance Method Summary collapse
-
#initialize ⇒ XTandemDefaults
constructor
A new instance of XTandemDefaults.
Constructor Details
#initialize ⇒ XTandemDefaults
Returns a new instance of XTandemDefaults.
7 8 9 10 |
# File 'lib/protk/xtandem_defaults.rb', line 7 def initialize @path="#{File.dirname(__FILE__)}/data/tandem_params.xml" @taxonomy_path="#{File.dirname(__FILE__)}/data/taxonomy_template.xml" end |
Instance Attribute Details
#path ⇒ Object (readonly)
Returns the value of attribute path.
5 6 7 |
# File 'lib/protk/xtandem_defaults.rb', line 5 def path @path end |
#taxonomy_path ⇒ Object (readonly)
Returns the value of attribute taxonomy_path.
6 7 8 |
# File 'lib/protk/xtandem_defaults.rb', line 6 def taxonomy_path @taxonomy_path end |