Method: LeanMotion::CloudQuery#initWithClassNameAndClassObject
- Defined in:
- lib/lean_motion/query.rb
#initWithClassNameAndClassObject(className, classObject: myClassObject) ⇒ Object
9 10 11 12 13 14 |
# File 'lib/lean_motion/query.rb', line 9 def initWithClassNameAndClassObject(className, classObject:myClassObject) @className = className self.initWithClassName(className) self.setClassObject(myClassObject) self end |