Class: QRAPI::RateLimitReached

Inherits:
Error
  • Object
show all
Defined in:
lib/qrapi.rb

Instance Attribute Summary collapse

Instance Attribute Details

#limitObject



71
72
73
# File 'lib/qrapi.rb', line 71

def limit
  @limit.to_i if @limit
end

#remainingObject



75
76
77
# File 'lib/qrapi.rb', line 75

def remaining
  @remaning.to_i if @remaning
end

#reset_atObject

Returns the value of attribute reset_at.



68
69
70
# File 'lib/qrapi.rb', line 68

def reset_at
  @reset_at
end