Class: TranscripticKit::RateLimitReached
- Defined in:
- lib/transcriptic_kit.rb
Instance Attribute Summary collapse
- #limit ⇒ Object
- #remaining ⇒ Object
-
#reset_at ⇒ Object
Returns the value of attribute reset_at.
Instance Attribute Details
#limit ⇒ Object
39 40 41 |
# File 'lib/transcriptic_kit.rb', line 39 def limit @limit.to_i if @limit end |
#remaining ⇒ Object
43 44 45 |
# File 'lib/transcriptic_kit.rb', line 43 def remaining @remaining.to_i if @remaining end |
#reset_at ⇒ Object
Returns the value of attribute reset_at.
36 37 38 |
# File 'lib/transcriptic_kit.rb', line 36 def reset_at @reset_at end |