Method: Neo4j::UndeclaredProperties#read_attribute
- Defined in:
- lib/neo4j/undeclared_properties.rb
#read_attribute(name) ⇒ Object Also known as: []
13 14 15 |
# File 'lib/neo4j/undeclared_properties.rb', line 13 def read_attribute(name) respond_to?(name) ? super(name) : read_undeclared_property(name.to_sym) end |