Exception: S3Ranger::NoConfigFound
- Inherits:
-
SyncException
- Object
- StandardError
- SyncException
- S3Ranger::NoConfigFound
- Defined in:
- lib/s3ranger/exceptions.rb
Instance Attribute Summary collapse
-
#missing_vars ⇒ Object
Returns the value of attribute missing_vars.
-
#paths_checked ⇒ Object
Returns the value of attribute paths_checked.
Instance Method Summary collapse
-
#initialize(missing_vars, paths_checked) ⇒ NoConfigFound
constructor
A new instance of NoConfigFound.
Constructor Details
#initialize(missing_vars, paths_checked) ⇒ NoConfigFound
Returns a new instance of NoConfigFound.
35 36 37 38 |
# File 'lib/s3ranger/exceptions.rb', line 35 def initialize missing_vars, paths_checked @missing_vars = missing_vars @paths_checked = paths_checked end |
Instance Attribute Details
#missing_vars ⇒ Object
Returns the value of attribute missing_vars.
32 33 34 |
# File 'lib/s3ranger/exceptions.rb', line 32 def missing_vars @missing_vars end |
#paths_checked ⇒ Object
Returns the value of attribute paths_checked.
33 34 35 |
# File 'lib/s3ranger/exceptions.rb', line 33 def paths_checked @paths_checked end |