Method: Gloo::Objs::Query.typename

Defined in:
lib/gloo/objs/data/query.rb

.typenameObject

The name of the object type.



26
27
28
# File 'lib/gloo/objs/data/query.rb', line 26

def self.typename
  return KEYWORD
end