Exception: MultiZip::InvalidBackendError
- Defined in:
- lib/multi_zip/errors.rb
Instance Attribute Summary collapse
-
#requested_backend ⇒ Object
readonly
Returns the value of attribute requested_backend.
Instance Method Summary collapse
-
#initialize(requested_backend) ⇒ InvalidBackendError
constructor
A new instance of InvalidBackendError.
- #message ⇒ Object
Methods inherited from BaseError
Constructor Details
#initialize(requested_backend) ⇒ InvalidBackendError
Returns a new instance of InvalidBackendError.
20 21 22 |
# File 'lib/multi_zip/errors.rb', line 20 def initialize(requested_backend) @requested_backend = requested_backend end |
Instance Attribute Details
#requested_backend ⇒ Object (readonly)
Returns the value of attribute requested_backend.
19 20 21 |
# File 'lib/multi_zip/errors.rb', line 19 def requested_backend @requested_backend end |