Class: XTandemDefaults

Inherits:
Object
  • Object
show all
Defined in:
lib/protk/xtandem_defaults.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeXTandemDefaults

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

#pathObject (readonly)

Returns the value of attribute path.



5
6
7
# File 'lib/protk/xtandem_defaults.rb', line 5

def path
  @path
end

#taxonomy_pathObject (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