Class: ActiveCypher::Schema::NodeTypeDef

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

Instance Attribute Summary collapse

Instance Attribute Details

#labelObject (readonly)

Returns the value of attribute label

Returns:

  • (Object)

    the current value of label



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

def label
  @label
end

#primary_keyObject (readonly)

Returns the value of attribute primary_key

Returns:

  • (Object)

    the current value of primary_key



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

def primary_key
  @primary_key
end

#propsObject (readonly)

Returns the value of attribute props

Returns:

  • (Object)

    the current value of props



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

def props
  @props
end