Class: ActiveCypher::Schema::IndexDef
- Inherits:
-
Data
- Object
- Data
- ActiveCypher::Schema::IndexDef
- Defined in:
- lib/active_cypher/schema/catalog.rb
Instance Attribute Summary collapse
-
#element ⇒ Object
readonly
Returns the value of attribute element.
-
#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.
-
#unique ⇒ Object
readonly
Returns the value of attribute unique.
-
#vector_opts ⇒ Object
readonly
Returns the value of attribute vector_opts.
Instance Attribute Details
#element ⇒ Object (readonly)
Returns the value of attribute element
5 6 7 |
# File 'lib/active_cypher/schema/catalog.rb', line 5 def element @element end |
#label ⇒ Object (readonly)
Returns the value of attribute label
5 6 7 |
# File 'lib/active_cypher/schema/catalog.rb', line 5 def label @label end |
#name ⇒ Object (readonly)
Returns the value of attribute name
5 6 7 |
# File 'lib/active_cypher/schema/catalog.rb', line 5 def name @name end |
#props ⇒ Object (readonly)
Returns the value of attribute props
5 6 7 |
# File 'lib/active_cypher/schema/catalog.rb', line 5 def props @props end |
#unique ⇒ Object (readonly)
Returns the value of attribute unique
5 6 7 |
# File 'lib/active_cypher/schema/catalog.rb', line 5 def unique @unique end |
#vector_opts ⇒ Object (readonly)
Returns the value of attribute vector_opts
5 6 7 |
# File 'lib/active_cypher/schema/catalog.rb', line 5 def vector_opts @vector_opts end |