Module: Flex::Result::Scope

Defined in:
lib/flex/result/scope.rb

Instance Method Summary collapse

Instance Method Details

#get_docsObject



5
6
7
8
# File 'lib/flex/result/scope.rb', line 5

def get_docs
  return self if variables[:raw_result]
  respond_to?(:collection) ? collection : self
end