Class: PaperclipAutosizer

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
lib/paperclip_autosizer.rb

Direct Known Subclasses

Photo

Instance Attribute Summary collapse

Instance Attribute Details

#autosizer_attachment_name=(value) ⇒ Object (writeonly)

Sets the attribute autosizer_attachment_name

Parameters:

  • value

    the value to set the attribute autosizer_attachment_name to.



4
5
6
# File 'lib/paperclip_autosizer.rb', line 4

def autosizer_attachment_name=(value)
  @autosizer_attachment_name = value
end

#autosizer_original_file_geometry=(value) ⇒ Object (writeonly)

Sets the attribute autosizer_original_file_geometry

Parameters:

  • value

    the value to set the attribute autosizer_original_file_geometry to.



4
5
6
# File 'lib/paperclip_autosizer.rb', line 4

def autosizer_original_file_geometry=(value)
  @autosizer_original_file_geometry = value
end