Method: Forecasting::Client#role

Defined in:
lib/forecasting/client.rb

#role(id:) ⇒ Forecasting::Models::Role

Returns:



128
129
130
# File 'lib/forecasting/client.rb', line 128

def role(id:)
  Forecasting::Models::Role.get(id, forecast_client: self)
end