Class: ActiveCypher::Schema::ConstraintDef
- Inherits:
-
Data
- Object
- Data
- ActiveCypher::Schema::ConstraintDef
- Defined in:
- lib/active_cypher/schema/catalog.rb
Instance Attribute Summary collapse
-
#kind ⇒ Object
readonly
Returns the value of attribute kind.
-
#label ⇒ Object
readonly
Returns the value of attribute label.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#props ⇒ Object
readonly
Returns the value of attribute props.
Instance Attribute Details
#kind ⇒ Object (readonly)
Returns the value of attribute kind
6 7 8 |
# File 'lib/active_cypher/schema/catalog.rb', line 6 def kind @kind end |
#label ⇒ Object (readonly)
Returns the value of attribute label
6 7 8 |
# File 'lib/active_cypher/schema/catalog.rb', line 6 def label @label end |
#name ⇒ Object (readonly)
Returns the value of attribute name
6 7 8 |
# File 'lib/active_cypher/schema/catalog.rb', line 6 def name @name end |
#props ⇒ Object (readonly)
Returns the value of attribute props
6 7 8 |
# File 'lib/active_cypher/schema/catalog.rb', line 6 def props @props end |