Class: AmcmsFilemanager::Configuration
- Inherits:
-
Object
- Object
- AmcmsFilemanager::Configuration
- Defined in:
- lib/amcms_filemanager/configuration.rb
Instance Attribute Summary collapse
-
#authentication ⇒ Object
Returns the value of attribute authentication.
-
#extension_allowlist ⇒ Object
Returns the value of attribute extension_allowlist.
-
#root_path ⇒ Object
Returns the value of attribute root_path.
Instance Attribute Details
#authentication ⇒ Object
Returns the value of attribute authentication.
6 7 8 |
# File 'lib/amcms_filemanager/configuration.rb', line 6 def authentication @authentication end |
#extension_allowlist ⇒ Object
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_path ⇒ Object
Returns the value of attribute root_path.
5 6 7 |
# File 'lib/amcms_filemanager/configuration.rb', line 5 def root_path @root_path end |