Exception: Appfuel::RunError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/appfuel/run_error.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(response) ⇒ RunError

Returns a new instance of RunError.



5
6
7
# File 'lib/appfuel/run_error.rb', line 5

def initialize(response)
  @response = response
end

Instance Attribute Details

#responseObject (readonly)

Returns the value of attribute response.



3
4
5
# File 'lib/appfuel/run_error.rb', line 3

def response
  @response
end