Class: Maglev::Shrine::Config

Inherits:
Struct
  • Object
show all
Defined in:
lib/maglev/shrine/config.rb

Instance Attribute Summary collapse

Instance Attribute Details

#accepted_mime_typesObject

Returns the value of attribute accepted_mime_types

Returns:

  • (Object)

    the current value of accepted_mime_types



5
6
7
# File 'lib/maglev/shrine/config.rb', line 5

def accepted_mime_types
  @accepted_mime_types
end

#max_file_sizeObject

Returns the value of attribute max_file_size

Returns:

  • (Object)

    the current value of 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_analyzerObject

Returns the value of attribute store_dimensions_plugin_analyzer

Returns:

  • (Object)

    the current value of 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