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
36 37 38 |
# File 'lib/transcriptic_kit.rb', line 36 def limit @limit.to_i if @limit end |
#remaining ⇒ Object
40 41 42 |
# File 'lib/transcriptic_kit.rb', line 40 def remaining @remaining.to_i if @remaining end |
#reset_at ⇒ Object
Returns the value of attribute reset_at.
33 34 35 |
# File 'lib/transcriptic_kit.rb', line 33 def reset_at @reset_at end |