Class: Quo::WrappedCollectionBackedQuery

Inherits:
Object
  • Object
show all
Defined in:
lib/quo/wrapped_collection_backed_query.rb,
sig/generated/quo/wrapped_collection_backed_query.rbs

Instance Method Summary collapse

Instance Method Details

#collectionvoid

This method returns an undefined value.



12
13
14
# File 'lib/quo/wrapped_collection_backed_query.rb', line 12

def collection
  wrapped
end

#inspectvoid

This method returns an undefined value.



17
18
19
# File 'lib/quo/wrapped_collection_backed_query.rb', line 17

def inspect
  "#{self.class.name}[#{wrapped.class.name}]"
end