Method: Forecasting::Client#project
- Defined in:
- lib/forecasting/client.rb
#project(id:) ⇒ Forecasting::Models::Projects
97 98 99 |
# File 'lib/forecasting/client.rb', line 97 def project(id:) Forecasting::Models::Project.get(id, forecast_client: self) end |