Class: Quo::WrappedRelationBackedQuery
- Inherits:
-
Object
- Object
- Quo::WrappedRelationBackedQuery
- Defined in:
- lib/quo/wrapped_relation_backed_query.rb,
sig/generated/quo/wrapped_relation_backed_query.rbs
Instance Method Summary collapse
Instance Method Details
#inspect ⇒ void
This method returns an undefined value.
17 18 19 |
# File 'lib/quo/wrapped_relation_backed_query.rb', line 17 def inspect "#{self.class.name}[#{wrapped.klass.name}]" end |
#query ⇒ void
This method returns an undefined value.
12 13 14 |
# File 'lib/quo/wrapped_relation_backed_query.rb', line 12 def query wrapped end |