Class: Postgresql::Check::Constraint
- Inherits:
-
Struct
- Object
- Struct
- Postgresql::Check::Constraint
- Defined in:
- lib/postgresql/check/constraint.rb
Instance Attribute Summary collapse
-
#condition ⇒ Object
Returns the value of attribute condition.
-
#name ⇒ Object
Returns the value of attribute name.
-
#table_name ⇒ Object
Returns the value of attribute table_name.
Instance Attribute Details
#condition ⇒ Object
Returns the value of attribute condition
3 4 5 |
# File 'lib/postgresql/check/constraint.rb', line 3 def condition @condition end |
#name ⇒ Object
Returns the value of attribute name
3 4 5 |
# File 'lib/postgresql/check/constraint.rb', line 3 def name @name end |
#table_name ⇒ Object
Returns the value of attribute table_name
3 4 5 |
# File 'lib/postgresql/check/constraint.rb', line 3 def table_name @table_name end |