class SchemaRD::TableColumn

Public Class Methods

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

Public Instance Methods

display_name() click to toggle source
# File lib/schemard/schema.rb, line 68
def display_name
  self.localized_name || self.name
end