Class: SchemaFerry::TableSchema
- Inherits:
-
Struct
- Object
- Struct
- SchemaFerry::TableSchema
- Defined in:
- lib/schema_ferry/schema_model.rb
Instance Attribute Summary collapse
-
#check_constraints ⇒ Object
Returns the value of attribute check_constraints.
-
#columns ⇒ Object
Returns the value of attribute columns.
-
#comment ⇒ Object
Returns the value of attribute comment.
-
#foreign_keys ⇒ Object
Returns the value of attribute foreign_keys.
-
#indexes ⇒ Object
Returns the value of attribute indexes.
-
#name ⇒ Object
Returns the value of attribute name.
-
#pk_limit ⇒ Object
Returns the value of attribute pk_limit.
-
#pk_type ⇒ Object
Returns the value of attribute pk_type.
-
#primary_key ⇒ Object
Returns the value of attribute primary_key.
Instance Attribute Details
#check_constraints ⇒ Object
Returns the value of attribute check_constraints
4 5 6 |
# File 'lib/schema_ferry/schema_model.rb', line 4 def check_constraints @check_constraints end |
#columns ⇒ Object
Returns the value of attribute columns
4 5 6 |
# File 'lib/schema_ferry/schema_model.rb', line 4 def columns @columns end |
#comment ⇒ Object
Returns the value of attribute comment
4 5 6 |
# File 'lib/schema_ferry/schema_model.rb', line 4 def comment @comment end |
#foreign_keys ⇒ Object
Returns the value of attribute foreign_keys
4 5 6 |
# File 'lib/schema_ferry/schema_model.rb', line 4 def foreign_keys @foreign_keys end |
#indexes ⇒ Object
Returns the value of attribute indexes
4 5 6 |
# File 'lib/schema_ferry/schema_model.rb', line 4 def indexes @indexes end |
#name ⇒ Object
Returns the value of attribute name
4 5 6 |
# File 'lib/schema_ferry/schema_model.rb', line 4 def name @name end |
#pk_limit ⇒ Object
Returns the value of attribute pk_limit
4 5 6 |
# File 'lib/schema_ferry/schema_model.rb', line 4 def pk_limit @pk_limit end |
#pk_type ⇒ Object
Returns the value of attribute pk_type
4 5 6 |
# File 'lib/schema_ferry/schema_model.rb', line 4 def pk_type @pk_type end |
#primary_key ⇒ Object
Returns the value of attribute primary_key
4 5 6 |
# File 'lib/schema_ferry/schema_model.rb', line 4 def primary_key @primary_key end |