Exception: Goat::Halt
Instance Attribute Summary collapse
-
#response ⇒ Object
readonly
Returns the value of attribute response.
Instance Method Summary collapse
-
#initialize(response) ⇒ Halt
constructor
A new instance of Halt.
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
#response ⇒ Object (readonly)
Returns the value of attribute response.
236 237 238 |
# File 'lib/goat.rb', line 236 def response @response end |