Class: Paperclip::AttachmentOptions
- Inherits:
-
Hash
- Object
- Hash
- Paperclip::AttachmentOptions
- Defined in:
- lib/paperclip/attachment_options.rb
Instance Method Summary (collapse)
-
- (AttachmentOptions) initialize(options)
constructor
A new instance of AttachmentOptions.
Constructor Details
- (AttachmentOptions) initialize(options)
A new instance of AttachmentOptions
3 4 5 6 7 |
# File 'lib/paperclip/attachment_options.rb', line 3 def initialize() .each do |k, v| self.[]=(k, v) end end |