class Delighted::RateLimitedError

Public Instance Methods

retry_after() click to toggle source

429, rate limited

# File lib/delighted/errors.rb, line 29
def retry_after
  response.retry_after
end