class DbInterface

Public Instance Methods

data(table) click to toggle source
# File lib/interface/interface.rb, line 6
def data(table)
  raise "Return Avro JSON data for #{table}"
end
schema(table) click to toggle source
# File lib/interface/interface.rb, line 2
def schema(table)
  raise "Return Avro JSON schema for #{table}"
end