Exception: S3Ranger::NoConfigFound

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

Instance Attribute Summary collapse

Instance Method Summary collapse

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_varsObject

Returns the value of attribute missing_vars.



32
33
34
# File 'lib/s3ranger/exceptions.rb', line 32

def missing_vars
  @missing_vars
end

#paths_checkedObject

Returns the value of attribute paths_checked.



33
34
35
# File 'lib/s3ranger/exceptions.rb', line 33

def paths_checked
  @paths_checked
end