Class: AmcmsFilemanager::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/amcms_filemanager/configuration.rb

Instance Attribute Summary collapse

Instance Attribute Details

#authenticationObject

Returns the value of attribute authentication.



6
7
8
# File 'lib/amcms_filemanager/configuration.rb', line 6

def authentication
  @authentication
end

#extension_allowlistObject

Returns the value of attribute extension_allowlist.



7
8
9
# File 'lib/amcms_filemanager/configuration.rb', line 7

def extension_allowlist
  @extension_allowlist
end

#root_pathObject

Returns the value of attribute root_path.



5
6
7
# File 'lib/amcms_filemanager/configuration.rb', line 5

def root_path
  @root_path
end