class Client
include Neo4j::ActiveNode
end
> client = Client.new
=> #<Client uuid: nil, bot_client_id: nil, created_at: nil, email: nil, first_name: nil, last_name: nil, sms: nil, telegram_id: nil, updated_at: nil>
My expectation is that the uuid would be populated.