Exception: ClamScan::ResponseError
- Defined in:
- lib/clam_scan/exceptions.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#response ⇒ Object
readonly
Returns the value of attribute response.
Instance Method Summary collapse
-
#initialize(response, message = nil) ⇒ ResponseError
constructor
A new instance of ResponseError.
Constructor Details
#initialize(response, message = nil) ⇒ ResponseError
Returns a new instance of ResponseError.
11 12 13 14 15 |
# File 'lib/clam_scan/exceptions.rb', line 11 def initialize (response, =nil) @response = response ||= response.body super() end |
Instance Attribute Details
#response ⇒ Object (readonly)
Returns the value of attribute response.
9 10 11 |
# File 'lib/clam_scan/exceptions.rb', line 9 def response @response end |