Class: Forecasting::Models::RemainingBudgetedHours

Inherits:
Base
  • Object
show all
Defined in:
lib/forecasting/models/remaining_budgeted_hours.rb

Instance Attribute Summary

Attributes inherited from Base

#attributes, #forecast_client

Instance Method Summary collapse

Methods inherited from Base

attributed, #initialize, modeled, #to_hash

Constructor Details

This class inherits a constructor from Forecasting::Models::Base

Instance Method Details

#projectObject



10
11
12
# File 'lib/forecasting/models/remaining_budgeted_hours.rb', line 10

def project
  forecast_client.project(id: project_id)
end