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
50 51 52 |
# File 'lib/jade-sql/bin/generate_schema.rb', line 50 def columns @columns end |
#name ⇒ Object (readonly)
Returns the value of attribute name
50 51 52 |
# File 'lib/jade-sql/bin/generate_schema.rb', line 50 def name @name end |
#pk_columns ⇒ Object (readonly)
Returns the value of attribute pk_columns
50 51 52 |
# File 'lib/jade-sql/bin/generate_schema.rb', line 50 def pk_columns @pk_columns end |