Sha256: 7a45d238283fc439263bba8ee01867ca367e141fd4f96edd4339543fb01db90b
Contents?: true
Size: 475 Bytes
Versions: 54
Compression:
Stored size: 475 Bytes
Contents
class <%= class_name %> <%= parent? ? "#{options[:parent].classify}" : "" %> include Neo4j::ActiveNode <% attributes.each do |attribute| -%> property :<%= attribute.name %><%= ", type: #{attribute.type_class}" unless attribute.type_class == 'any' %><%= "\n " + index_fragment if index_fragment = index_fragment(attribute.name) %> <% end -%> <%= has_many_statements if has_many? -%> <%= has_one_statements if has_one? -%> <%= timestamp_statements if timestamps? -%> end
Version data entries
54 entries across 54 versions & 1 rubygems