Class: GraphQL::ResultCache::Result
- Inherits:
-
Object
- Object
- GraphQL::ResultCache::Result
- Defined in:
- lib/graphql/result_cache/result.rb
Instance Method Summary collapse
-
#initialize(query_result) ⇒ Result
constructor
A new instance of Result.
- #process! ⇒ Object
Constructor Details
#initialize(query_result) ⇒ Result
Returns a new instance of Result.
4 5 6 |
# File 'lib/graphql/result_cache/result.rb', line 4 def initialize query_result @_result = query_result end |
Instance Method Details
#process! ⇒ Object
8 9 10 |
# File 'lib/graphql/result_cache/result.rb', line 8 def process! process_with_result_cache end |