Class: ChainableResult::Future

Inherits:
ChainableResult show all
Defined in:
lib/chainable_result.rb

Constant Summary

Constants inherited from ChainableResult

CACHE_MODE_KEY, RESOLVE_ITEM, SYNC_WITH, WITH

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_sourceObject



46
47
48
# File 'lib/chainable_result.rb', line 46

def resolve_source
  @source.value
end