Class: DropletKit::RateLimitReached
Instance Attribute Summary collapse
- #limit ⇒ Object
- #remaining ⇒ Object
-
#reset_at ⇒ Object
Returns the value of attribute reset_at.
Instance Attribute Details
#limit ⇒ Object
323 324 325 |
# File 'lib/droplet_kit.rb', line 323 def limit @limit&.to_i end |
#remaining ⇒ Object
327 328 329 |
# File 'lib/droplet_kit.rb', line 327 def remaining @remaining&.to_i end |
#reset_at ⇒ Object
Returns the value of attribute reset_at.
320 321 322 |
# File 'lib/droplet_kit.rb', line 320 def reset_at @reset_at end |