Class: JadeSql::SchemaGenerator::Table

Inherits:
Data
  • Object
show all
Defined in:
lib/jade-sql/bin/generate_schema.rb

Instance Attribute Summary collapse

Instance Attribute Details

#columnsObject (readonly)

Returns the value of attribute columns

Returns:

  • (Object)

    the current value of columns



50
51
52
# File 'lib/jade-sql/bin/generate_schema.rb', line 50

def columns
  @columns
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



50
51
52
# File 'lib/jade-sql/bin/generate_schema.rb', line 50

def name
  @name
end

#pk_columnsObject (readonly)

Returns the value of attribute pk_columns

Returns:

  • (Object)

    the current value of pk_columns



50
51
52
# File 'lib/jade-sql/bin/generate_schema.rb', line 50

def pk_columns
  @pk_columns
end