Class: ActiveCypher::Schema::EdgeTypeDef

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

Instance Attribute Summary collapse

Instance Attribute Details

#fromObject (readonly)

Returns the value of attribute from

Returns:

  • (Object)

    the current value of from



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

def from
  @from
end

#propsObject (readonly)

Returns the value of attribute props

Returns:

  • (Object)

    the current value of props



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

def props
  @props
end

#toObject (readonly)

Returns the value of attribute to

Returns:

  • (Object)

    the current value of to



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

def to
  @to
end

#typeObject (readonly)

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



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

def type
  @type
end