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