Exception: Bbs::Downloader::DownloadFailure
- Inherits:
-
StandardError
- Object
- StandardError
- Bbs::Downloader::DownloadFailure
- Defined in:
- lib/bbiff/bbs_reader.rb
Instance Attribute Summary collapse
-
#response ⇒ Object
readonly
Returns the value of attribute response.
Instance Method Summary collapse
-
#initialize(response) ⇒ DownloadFailure
constructor
A new instance of DownloadFailure.
Constructor Details
#initialize(response) ⇒ DownloadFailure
Returns a new instance of DownloadFailure.
42 43 44 |
# File 'lib/bbiff/bbs_reader.rb', line 42 def initialize(response) @response = response end |
Instance Attribute Details
#response ⇒ Object (readonly)
Returns the value of attribute response.
40 41 42 |
# File 'lib/bbiff/bbs_reader.rb', line 40 def response @response end |