Exception: SmoothOperator::Operator::Exceptions::Base

Inherits:
StandardError
  • Object
show all
Defined in:
lib/smooth_operator/operator/exceptions.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(response) ⇒ Base

Returns a new instance of Base.



17
18
19
# File 'lib/smooth_operator/operator/exceptions.rb', line 17

def initialize(response)
  @response = response
end

Instance Attribute Details

#responseObject (readonly)

Returns the value of attribute response.



15
16
17
# File 'lib/smooth_operator/operator/exceptions.rb', line 15

def response
  @response
end