Class
Paperclip::Shoulda::Matchers::ValidateAttachmentSizeMatcher
In:
lib/paperclip/matchers/validate_attachment_size_matcher.rb
Parent:
Object
Methods
description
failure_message
greater_than
higher_than_high?
higher_than_low?
in
less_than
lower_than_high?
lower_than_low?
matches?
negative_failure_message
new
override_method
passes_validation_with_size
Public Class methods
new
(attachment_name)
Public Instance methods
description
()
failure_message
()
greater_than
(size)
in
(range)
less_than
(size)
matches?
(subject)
negative_failure_message
()
Protected Instance methods
higher_than_high?
()
higher_than_low?
()
lower_than_high?
()
lower_than_low?
()
override_method
(object, method, &replacement)
passes_validation_with_size
(new_size)
[Validate]