class NextcallerClient::TooManyRequestsException

Attributes

content[R]
retry_after[R]

Public Class Methods

new(content, retry_after) click to toggle source
# File lib/nextcaller_client/exceptions.rb, line 16
def initialize(content, retry_after)
  @content = content
  @retry_after = retry_after
end