Class: ActiveCypher::Schema::ConstraintDef

Inherits:
Data
  • Object
show all
Defined in:
lib/active_cypher/schema/catalog.rb

Instance Attribute Summary collapse

Instance Attribute Details

#kindObject (readonly)

Returns the value of attribute kind

Returns:

  • the current value of kind



6
7
8
# File 'lib/active_cypher/schema/catalog.rb', line 6

def kind
  @kind
end

#labelObject (readonly)

Returns the value of attribute label

Returns:

  • the current value of label



6
7
8
# File 'lib/active_cypher/schema/catalog.rb', line 6

def label
  @label
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • the current value of name



6
7
8
# File 'lib/active_cypher/schema/catalog.rb', line 6

def name
  @name
end

#propsObject (readonly)

Returns the value of attribute props

Returns:

  • the current value of props



6
7
8
# File 'lib/active_cypher/schema/catalog.rb', line 6

def props
  @props
end