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)


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

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

#successful?Boolean

Returns:

  • (Boolean)


8
9
10
# File 'lib/aranha/address_processor.rb', line 8

def successful?
  error.blank?
end