class PwnedCheck::RequestThrottled

Attributes

timeout[RW]

Public Class Methods

new(t) click to toggle source
# File lib/pwnedcheck.rb, line 39
def initialize (t)
  @timeout = t.to_i
end