Class: Kapellmeister::Dispatcher::FailedResponse

Inherits:
Struct
  • Object
show all
Defined in:
lib/kapellmeister/dispatcher.rb

Instance Attribute Summary collapse

Instance Attribute Details

#payloadObject

Returns the value of attribute payload

Returns:

  • (Object)

    the current value of payload



21
22
23
# File 'lib/kapellmeister/dispatcher.rb', line 21

def payload
  @payload
end

#responseObject

Returns the value of attribute response

Returns:

  • (Object)

    the current value of response



21
22
23
# File 'lib/kapellmeister/dispatcher.rb', line 21

def response
  @response
end

#success?Object

Returns the value of attribute success?

Returns:

  • (Object)

    the current value of success?



21
22
23
# File 'lib/kapellmeister/dispatcher.rb', line 21

def success?
  @success?
end