Method: Dnsimple::Response#rate_limit_reset

Defined in:
lib/dnsimple/response.rb

#rate_limit_resetInteger (readonly)

Returns The time at which the current rate limit window in Unix time format.

Returns:

  • (Integer)

    The time at which the current rate limit window in Unix time format.

See Also:



24
25
26
# File 'lib/dnsimple/response.rb', line 24

def rate_limit_reset
  @rate_limit_reset
end