class SimpleRewriter::Readers::HashReader

Private Instance Methods

read_attribute(attribute) click to toggle source
# File lib/simple_rewriter/readers/hash_reader.rb, line 6
def read_attribute(attribute)
  record[attribute.to_s]
end