Class: DecoratorDryer::Configuration::AttachmentShortcutsConfig

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeAttachmentShortcutsConfig

Returns a new instance of AttachmentShortcutsConfig.



24
25
26
27
# File 'lib/decorator_dryer/configuration.rb', line 24

def initialize
  @mode = :none
  @default_preview_transform = :none
end

Instance Attribute Details

#default_preview_transformObject

Returns the value of attribute default_preview_transform.



22
23
24
# File 'lib/decorator_dryer/configuration.rb', line 22

def default_preview_transform
  @default_preview_transform
end

#modeObject

Returns the value of attribute mode.



22
23
24
# File 'lib/decorator_dryer/configuration.rb', line 22

def mode
  @mode
end