class Csv::Query::CLI::InMemoryAR::Record

temporary AR obj

Public Instance Methods

to_h() click to toggle source
# File lib/csv/query.rb, line 25
def to_h
  h = self.attributes
  h.delete("id")
  h
end