Class: GraphStarter::Property

Inherits:
Object
  • Object
show all
Includes:
Authorizable, Neo4j::ActiveNode
Defined in:
app/models/graph_starter/property.rb

Instance Method Summary collapse

Methods included from Authorizable

#set_access_levels

Instance Method Details

#attribute_objectObject



15
16
17
# File 'app/models/graph_starter/property.rb', line 15

def attribute_object
  model.ruby_model.attributes[name]
end