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