Exception: CmQuiz::ProjectAPI::PerformFailed
- Inherits:
-
StandardError
- Object
- StandardError
- CmQuiz::ProjectAPI::PerformFailed
- Defined in:
- lib/cm_quiz/project_api.rb
Instance Attribute Summary collapse
-
#response ⇒ Object
readonly
Returns the value of attribute response.
Instance Method Summary collapse
-
#initialize(message, response) ⇒ PerformFailed
constructor
A new instance of PerformFailed.
Constructor Details
#initialize(message, response) ⇒ PerformFailed
Returns a new instance of PerformFailed.
10 11 12 13 |
# File 'lib/cm_quiz/project_api.rb', line 10 def initialize(, response) @response = response super() end |
Instance Attribute Details
#response ⇒ Object (readonly)
Returns the value of attribute response.
8 9 10 |
# File 'lib/cm_quiz/project_api.rb', line 8 def response @response end |