Method: Forecasting::Client#placeholders
- Defined in:
- lib/forecasting/client.rb
#placeholders(opts = {}) ⇒ Array<Forecasting::Models::Placeholder>
90 91 92 93 94 |
# File 'lib/forecasting/client.rb', line 90 def placeholders(opts = {}) get("placeholders", opts)["placeholders"].map do |entry| Forecasting::Models::Placeholder.new(entry, forecast_client: self) end end |