Class: Maglev::Shrine::Config
- Inherits:
-
Struct
- Object
- Struct
- Maglev::Shrine::Config
- Defined in:
- lib/maglev/shrine/config.rb
Instance Attribute Summary collapse
-
#accepted_mime_types ⇒ Object
Returns the value of attribute accepted_mime_types.
-
#max_file_size ⇒ Object
Returns the value of attribute max_file_size.
-
#store_dimensions_plugin_analyzer ⇒ Object
Returns the value of attribute store_dimensions_plugin_analyzer.
Instance Attribute Details
#accepted_mime_types ⇒ Object
Returns the value of attribute accepted_mime_types
5 6 7 |
# File 'lib/maglev/shrine/config.rb', line 5 def accepted_mime_types @accepted_mime_types end |
#max_file_size ⇒ Object
Returns the value of attribute max_file_size
5 6 7 |
# File 'lib/maglev/shrine/config.rb', line 5 def max_file_size @max_file_size end |
#store_dimensions_plugin_analyzer ⇒ Object
Returns the value of attribute store_dimensions_plugin_analyzer
5 6 7 |
# File 'lib/maglev/shrine/config.rb', line 5 def store_dimensions_plugin_analyzer @store_dimensions_plugin_analyzer end |