Class: Neo4j::ActiveNode::Spatial::SpatialLayer

Inherits:
Struct
  • Object
show all
Defined in:
lib/neo4j/active_node/spatial.rb

Instance Attribute Summary collapse

Instance Attribute Details

#configObject

Returns the value of attribute config

Returns:

  • (Object)

    the current value of config



8
9
10
# File 'lib/neo4j/active_node/spatial.rb', line 8

def config
  @config
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



8
9
10
# File 'lib/neo4j/active_node/spatial.rb', line 8

def name
  @name
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



8
9
10
# File 'lib/neo4j/active_node/spatial.rb', line 8

def type
  @type
end