Class: SchemaFerry::CheckConstraintSchema

Inherits:
Struct
  • Object
show all
Defined in:
lib/schema_ferry/schema_model.rb

Instance Attribute Summary collapse

Instance Attribute Details

#expressionObject

Returns the value of attribute expression

Returns:

  • (Object)

    the current value of expression



40
41
42
# File 'lib/schema_ferry/schema_model.rb', line 40

def expression
  @expression
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



40
41
42
# File 'lib/schema_ferry/schema_model.rb', line 40

def name
  @name
end