module MotionDataWrapper::Relation::CoreData

Public Instance Methods

inspect() click to toggle source
# File lib/motion_data_wrapper/relation/core_data.rb, line 5
def inspect
   to_a
 end
to_a() click to toggle source
# File lib/motion_data_wrapper/relation/core_data.rb, line 9
def to_a
  error_ptr = Pointer.new(:object)
  context.executeFetchRequest(self, error:error_ptr)
end

Private Instance Methods

context() click to toggle source
# File lib/motion_data_wrapper/relation/core_data.rb, line 16
def context
  @ctx || App.delegate.managedObjectContext
end