Sha256: e5dbb3d142ee113835f12166035ee9cb204ce8168abf7d47749d6ee7754d97f9
Contents?: true
Size: 1.28 KB
Versions: 9
Compression:
Stored size: 1.28 KB
Contents
######## ####### ######## ####### ######## ######## ## / / / / License \ \ \ \ ## Copyleft culture, Copyright (C) is prohibited here ## This work is licensed under a CC BY-SA 4.0 ## Creative Commons Attribution-ShareAlike 4.0 License ## Refer to the http://creativecommons.org/licenses/by-sa/4.0/ ######## ####### ######## ####### ######## ######## ## / / / / Code Climate \ \ \ \ ## Language = ruby ## Indent = space; 4 chars; ######## ####### ######## ####### ######## ######## module ArchestryLookup module Lookup class << self def lookup_constructors_DockedGroupings2AppFunctions(args, state, viewId, viewType) queryName = __method__.to_s; queryName.slice! 'lookup_constructors_'; queryName.to_sym args[:dialectLookupQuery] = {queryName: queryName, cClass: 'CompositionRelationship', fPropKey: :docked, fPropValue: "true", fClass: 'Grouping', fFqn: "#{state[:myAppName]}Element*", tClass: 'ApplicationFunction', tFqn: "#{state[:myAppName]}Element*" } dialectLookup(args, state, viewId, viewType) # dialectRepack(args, state, viewId, viewType, queryName) end end end end
Version data entries
9 entries across 9 versions & 1 rubygems