Method: Orchestrate::RefList#with_values
- Defined in:
- lib/orchestrate/refs.rb
#with_values ⇒ RefList::Fetcher
Specifies that the query to Orchestrate should use the values parameter,
and that the query should return the values for each ref.
80 81 82 |
# File 'lib/orchestrate/refs.rb', line 80 def with_values Fetcher.new(self).with_values end |