Class: SchemaFerry::CheckConstraintSchema
- Inherits:
-
Struct
- Object
- Struct
- SchemaFerry::CheckConstraintSchema
- Defined in:
- lib/schema_ferry/schema_model.rb
Instance Attribute Summary collapse
-
#expression ⇒ Object
Returns the value of attribute expression.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#expression ⇒ Object
Returns the value of attribute expression
40 41 42 |
# File 'lib/schema_ferry/schema_model.rb', line 40 def expression @expression end |
#name ⇒ Object
Returns the value of attribute name
40 41 42 |
# File 'lib/schema_ferry/schema_model.rb', line 40 def name @name end |