Exception: S3Ranger::NoConfigFound
- Inherits:
-
SyncException
- Object
- StandardError
- SyncException
- S3Ranger::NoConfigFound
- Defined in:
- lib/s3ranger/exceptions.rb
Instance Attribute Summary collapse
-
#paths_checked ⇒ Object
Returns the value of attribute paths_checked.
Instance Method Summary collapse
-
#initialize(paths_checked) ⇒ NoConfigFound
constructor
A new instance of NoConfigFound.
Constructor Details
#initialize(paths_checked) ⇒ NoConfigFound
Returns a new instance of NoConfigFound.
19 20 21 |
# File 'lib/s3ranger/exceptions.rb', line 19 def initialize(paths_checked) @paths_checked = paths_checked end |
Instance Attribute Details
#paths_checked ⇒ Object
Returns the value of attribute paths_checked.
17 18 19 |
# File 'lib/s3ranger/exceptions.rb', line 17 def paths_checked @paths_checked end |