class SchemaRD::TableIndex

Public Class Methods

new(hash = nil) click to toggle source
# File lib/schemard/schema.rb, line 74
def initialize(hash = nil)
  self.columns = []
  self.assign(hash)
end