Exception: Altmetric::RateLimitedException

Inherits:
APIException
  • Object
show all
Defined in:
lib/altmetric.rb

Instance Attribute Summary

Attributes inherited from APIException

#query, #response, #url

Instance Method Summary collapse

Constructor Details

#initialize(url, query, resp) ⇒ RateLimitedException

Returns a new instance of RateLimitedException.



31
32
33
# File 'lib/altmetric.rb', line 31

def initialize(url, query, resp)
  super(url, query, resp)
end