Module: Bearcat::Client::LearningOutcomes
- Defined in:
- lib/bearcat/client/learning_outcomes.rb
Instance Method Summary collapse
- #learning_outcome(outcome, params = {}) ⇒ Object
- #update_learning_outcome(outcome, params = {}) ⇒ Object
Instance Method Details
#learning_outcome(outcome, params = {}) ⇒ Object
| 7 8 9 | # File 'lib/bearcat/client/learning_outcomes.rb', line 7 def learning_outcome(outcome, params={}) get("/api/v1/outcomes/#{outcome}", params) end | 
#update_learning_outcome(outcome, params = {}) ⇒ Object
| 11 12 13 | # File 'lib/bearcat/client/learning_outcomes.rb', line 11 def update_learning_outcome(outcome, params={}) put("/api/v1/outcomes/#{outcome}", params) end |