Exception: Goat::Halt

Inherits:
Exception show all
Defined in:
lib/goat.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(response) ⇒ Halt

Returns a new instance of Halt.



238
239
240
# File 'lib/goat.rb', line 238

def initialize(response)
  @response = response
end

Instance Attribute Details

#responseObject (readonly)

Returns the value of attribute response.



236
237
238
# File 'lib/goat.rb', line 236

def response
  @response
end