Class: SchemaFerry::Core::CheckConstraintSchema

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

Instance Attribute Summary collapse

Instance Attribute Details

#expressionObject

Returns the value of attribute expression

Returns:

  • (Object)

    the current value of expression



43
44
45
# File 'lib/schema_ferry/core/schema_model.rb', line 43

def expression
  @expression
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



43
44
45
# File 'lib/schema_ferry/core/schema_model.rb', line 43

def name
  @name
end