class MotionDataWrapper::Relation

Public Instance Methods

initWithClass(klass) click to toggle source
# File lib/motion_data_wrapper/relation.rb, line 6
def initWithClass(klass)
  self.entity = klass.entity_description if init
  self
end