Class: Bio::FlatFileIndex::Indexer::NameSpace
- Inherits:
-
Object
- Object
- Bio::FlatFileIndex::Indexer::NameSpace
- Defined in:
- lib/bio/io/flatfile/indexer.rb
Instance Attribute Summary (collapse)
-
- (Object) name
readonly
Returns the value of attribute name.
-
- (Object) proc
readonly
Returns the value of attribute proc.
Instance Method Summary (collapse)
-
- (NameSpace) initialize(name, method)
constructor
A new instance of NameSpace.
Constructor Details
- (NameSpace) initialize(name, method)
A new instance of NameSpace
18 19 20 21 |
# File 'lib/bio/io/flatfile/indexer.rb', line 18 def initialize(name, method) @name = name @proc = method end |
Instance Attribute Details
- (Object) name (readonly)
Returns the value of attribute name
22 23 24 |
# File 'lib/bio/io/flatfile/indexer.rb', line 22 def name @name end |
- (Object) proc (readonly)
Returns the value of attribute proc
22 23 24 |
# File 'lib/bio/io/flatfile/indexer.rb', line 22 def proc @proc end |