Method: LeanMotion::User::ClassMethods#query
- Defined in:
- lib/lean_motion/user.rb
#query ⇒ Object
52 53 54 |
# File 'lib/lean_motion/user.rb', line 52 def query LeanMotion::CloudQuery.alloc.initWithClassNameAndClassObject('_User', classObject:self) end |