Class: CarrierWave::AttachmentScanner::AttachmentScannerError

Inherits:
IntegrityError
  • Object
show all
Defined in:
lib/carrierwave/attachmentscanner.rb

Instance Attribute Summary collapse

Instance Attribute Details

#matchesObject

Returns the value of attribute matches.



15
16
17
# File 'lib/carrierwave/attachmentscanner.rb', line 15

def matches
  @matches
end

#statusObject

Returns the value of attribute status.



14
15
16
# File 'lib/carrierwave/attachmentscanner.rb', line 14

def status
  @status
end