Class: ChainableResult::Hash

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



58
59
60
# File 'lib/chainable_result.rb', line 58

def resolve_source
  @source.transform_values(&RESOLVE_ITEM)
end