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.



72
73
74
75
# File 'lib/redbooth-ruby.rb', line 72

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

Instance Attribute Details

#responseObject

Returns the value of attribute response.



70
71
72
# File 'lib/redbooth-ruby.rb', line 70

def response
  @response
end