Class: ChainableResult::Future
- Inherits:
-
ChainableResult
- Object
- ChainableResult
- ChainableResult::Future
- Defined in:
- lib/chainable_result.rb
Constant Summary
Constants inherited from ChainableResult
CACHE_MODE_KEY, RESOLVE_ITEM, SYNC_WITH_RESOLVED, WITH_RESOLVED
Instance Method Summary collapse
Methods inherited from ChainableResult
#initialize, #method_missing, resolve_item, #respond_to_missing?, sync_with, #tap, #then, #to_json, #value, with, with_cache, wrap, #yield_self
Constructor Details
This class inherits a constructor from ChainableResult
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class ChainableResult
Instance Method Details
#resolve_source ⇒ Object
56 57 58 |
# File 'lib/chainable_result.rb', line 56 def resolve_source @source.value end |