Exception: Delighted::RateLimitedError

Inherits:
Error
  • Object
show all
Defined in:
lib/delighted/errors.rb

Instance Attribute Summary

Attributes inherited from Error

#response

Instance Method Summary collapse

Methods inherited from Error

#initialize, #to_s

Constructor Details

This class inherits a constructor from Delighted::Error

Instance Method Details

#retry_afterObject

429, rate limited



29
30
31
# File 'lib/delighted/errors.rb', line 29

def retry_after
  response.retry_after
end