Class: InstagramConnect::RateLimiter::Outcome
- Inherits:
-
Struct
- Object
- Struct
- InstagramConnect::RateLimiter::Outcome
- Defined in:
- lib/instagram_connect/rate_limiter.rb
Instance Attribute Summary collapse
-
#allowed ⇒ Object
Returns the value of attribute allowed.
-
#retry_after ⇒ Object
Returns the value of attribute retry_after.
Instance Method Summary collapse
Instance Attribute Details
#allowed ⇒ Object
Returns the value of attribute allowed
21 22 23 |
# File 'lib/instagram_connect/rate_limiter.rb', line 21 def allowed @allowed end |
#retry_after ⇒ Object
Returns the value of attribute retry_after
21 22 23 |
# File 'lib/instagram_connect/rate_limiter.rb', line 21 def retry_after @retry_after end |
Instance Method Details
#allowed? ⇒ Boolean
22 |
# File 'lib/instagram_connect/rate_limiter.rb', line 22 def allowed? = allowed |