Module: Jinx::Migration::Reader
- Includes:
- Enumerable
- Defined in:
- lib/jinx/migration/reader.rb
Overview
A prototypical source reader which enumerates the input records.
Instance Method Summary collapse
-
#accessor(name) ⇒ Symbol
The record value accessor symbol, e.g.
- #each {|rec| ... } ⇒ Object
Instance Method Details
#accessor(name) ⇒ Symbol
Returns the record value accessor symbol, e.g. :first_name
.
9 |
# File 'lib/jinx/migration/reader.rb', line 9 def accessor(name); end |
#each {|rec| ... } ⇒ Object
13 |
# File 'lib/jinx/migration/reader.rb', line 13 def each; end |