Class: DropletKit::RateLimitReached
Instance Attribute Summary collapse
-
#limit ⇒ Object
Returns the value of attribute limit.
-
#remaining ⇒ Object
Returns the value of attribute remaining.
-
#reset_at ⇒ Object
Returns the value of attribute reset_at.
Instance Attribute Details
#limit ⇒ Object
Returns the value of attribute limit.
77 78 79 |
# File 'lib/droplet_kit.rb', line 77 def limit @limit end |
#remaining ⇒ Object
Returns the value of attribute remaining.
77 78 79 |
# File 'lib/droplet_kit.rb', line 77 def remaining @remaining end |
#reset_at ⇒ Object
Returns the value of attribute reset_at.
77 78 79 |
# File 'lib/droplet_kit.rb', line 77 def reset_at @reset_at end |