Class: QRAPI::RateLimitReached
Instance Attribute Summary collapse
- #limit ⇒ Object
- #remaining ⇒ Object
-
#reset_at ⇒ Object
Returns the value of attribute reset_at.
Instance Attribute Details
#limit ⇒ Object
71 72 73 |
# File 'lib/qrapi.rb', line 71 def limit @limit.to_i if @limit end |
#remaining ⇒ Object
75 76 77 |
# File 'lib/qrapi.rb', line 75 def remaining @remaning.to_i if @remaning end |
#reset_at ⇒ Object
Returns the value of attribute reset_at.
68 69 70 |
# File 'lib/qrapi.rb', line 68 def reset_at @reset_at end |