Class: Aranha::AddressProcessor

Inherits:
Object
  • Object
show all
Defined in:
lib/aranha/address_processor.rb

Instance Method Summary collapse

Instance Method Details

#rescuable_error?Boolean

Returns:

  • (Boolean)


15
16
17
# File 'lib/aranha/address_processor.rb', line 15

def rescuable_error?
  ::Aranha::TemporaryErrorsManager.temporary_error?(error)
end

#successful?Boolean

Returns:

  • (Boolean)


11
12
13
# File 'lib/aranha/address_processor.rb', line 11

def successful?
  error.blank?
end