Class: ChainableResult::Array
- Inherits:
-
ChainableResult
- Object
- ChainableResult
- ChainableResult::Array
- 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
62 63 64 |
# File 'lib/chainable_result.rb', line 62 def resolve_source @source.map(&RESOLVE_ITEM) end |