class Column
Attributes
name[RW]
not_null[RW]
type[RW]
Public Instance Methods
formatted_name()
click to toggle source
# File lib/rails_to_swift/column.rb, line 3 def formatted_name return name end
formatted_type()
click to toggle source
# File lib/rails_to_swift/column.rb, line 6 def formatted_type return type end