Class: Kapellmeister::Dispatcher::FailedResponse
- Defined in:
- lib/kapellmeister/dispatcher.rb
Instance Attribute Summary collapse
-
#payload ⇒ Object
Returns the value of attribute payload.
-
#response ⇒ Object
Returns the value of attribute response.
-
#success? ⇒ Object
Returns the value of attribute success?.
Instance Attribute Details
#payload ⇒ Object
Returns the value of attribute payload
21 22 23 |
# File 'lib/kapellmeister/dispatcher.rb', line 21 def payload @payload end |
#response ⇒ Object
Returns the value of attribute response
21 22 23 |
# File 'lib/kapellmeister/dispatcher.rb', line 21 def response @response end |
#success? ⇒ Object
Returns the value of attribute success?
21 22 23 |
# File 'lib/kapellmeister/dispatcher.rb', line 21
def success?
@success?
end
|