Class: Quo::WrappedCollectionBackedQuery
- Inherits:
-
Object
- Object
- Quo::WrappedCollectionBackedQuery
- Defined in:
- lib/quo/wrapped_collection_backed_query.rb,
sig/generated/quo/wrapped_collection_backed_query.rbs
Instance Method Summary collapse
Instance Method Details
#collection ⇒ void
This method returns an undefined value.
12 13 14 |
# File 'lib/quo/wrapped_collection_backed_query.rb', line 12 def collection wrapped end |
#inspect ⇒ void
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 |