Exception: S3Ranger::NoConfigFound

Inherits:
SyncException show all
Defined in:
lib/s3ranger/exceptions.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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_checkedObject

Returns the value of attribute paths_checked.



17
18
19
# File 'lib/s3ranger/exceptions.rb', line 17

def paths_checked
  @paths_checked
end