Exception: RedboothRuby::Processing

Inherits:
RedboothSignal show all
Defined in:
lib/redbooth-ruby.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(response, message = '') ⇒ Processing

Returns a new instance of Processing.



59
60
61
62
# File 'lib/redbooth-ruby.rb', line 59

def initialize(response, message='')
  @response = response
  super(message)
end

Instance Attribute Details

#responseObject

Returns the value of attribute response.



57
58
59
# File 'lib/redbooth-ruby.rb', line 57

def response
  @response
end