Class: DaFace::Api::RateLimitStatus
- Inherits:
-
Object
- Object
- DaFace::Api::RateLimitStatus
- Defined in:
- lib/da_face/api/rate_limit_info.rb
Instance Attribute Summary collapse
-
#limit ⇒ Object
Returns the value of attribute limit.
-
#remaining ⇒ Object
Returns the value of attribute remaining.
Instance Attribute Details
#limit ⇒ Object
Returns the value of attribute limit.
4 5 6 |
# File 'lib/da_face/api/rate_limit_info.rb', line 4 def limit @limit end |
#remaining ⇒ Object
Returns the value of attribute remaining.
4 5 6 |
# File 'lib/da_face/api/rate_limit_info.rb', line 4 def remaining @remaining end |