Class: Bio::REBASE::EnzymeEntry
- Inherits:
-
DynamicMethod_Hash
- Object
- Hash
- DynamicMethod_Hash
- Bio::REBASE::EnzymeEntry
- Defined in:
- lib/bio/db/rebase.rb
Overview
:nodoc:
Constant Summary
- @@supplier_data =
{}
Class Method Summary (collapse)
Instance Method Summary (collapse)
Methods inherited from DynamicMethod_Hash
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Bio::REBASE::DynamicMethod_Hash
Class Method Details
+ (Object) supplier_data=(d)
135 |
# File 'lib/bio/db/rebase.rb', line 135 def self.supplier_data=(d); @@supplier_data = d; end |
Instance Method Details
- (Object) supplier_names
137 138 139 140 141 |
# File 'lib/bio/db/rebase.rb', line 137 def supplier_names ret = [] self.suppliers.each { |s| ret << @@supplier_data[s] } ret end |