class AWS::Record::HashModel::Scope

def _handle_options options

def _handle_options options
  scope = self
  options.each_pair do |method, args|
    scope = scope.send(method, *args)
  end
  scope
end