Class: JadeSql::SchemaGenerator::Table
- Inherits:
-
Data
- Object
- Data
- JadeSql::SchemaGenerator::Table
- Defined in:
- lib/jade-sql/bin/generate_schema.rb
Instance Attribute Summary collapse
-
#columns ⇒ Object
readonly
Returns the value of attribute columns.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#pk_columns ⇒ Object
readonly
Returns the value of attribute pk_columns.
Instance Attribute Details
#columns ⇒ Object (readonly)
Returns the value of attribute columns
66 67 68 |
# File 'lib/jade-sql/bin/generate_schema.rb', line 66 def columns @columns end |
#name ⇒ Object (readonly)
Returns the value of attribute name
66 67 68 |
# File 'lib/jade-sql/bin/generate_schema.rb', line 66 def name @name end |
#pk_columns ⇒ Object (readonly)
Returns the value of attribute pk_columns
66 67 68 |
# File 'lib/jade-sql/bin/generate_schema.rb', line 66 def pk_columns @pk_columns end |