Class: TranscripticKit::RateLimitReached

Inherits:
Error
  • Object
show all
Defined in:
lib/transcriptic_kit.rb

Instance Attribute Summary collapse

Instance Attribute Details

#limitObject



36
37
38
# File 'lib/transcriptic_kit.rb', line 36

def limit
  @limit.to_i if @limit
end

#remainingObject



40
41
42
# File 'lib/transcriptic_kit.rb', line 40

def remaining
  @remaining.to_i if @remaining
end

#reset_atObject

Returns the value of attribute reset_at.



33
34
35
# File 'lib/transcriptic_kit.rb', line 33

def reset_at
  @reset_at
end