Class: TranscripticKit::RateLimitReached

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

Instance Attribute Summary collapse

Instance Attribute Details

#limitObject



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

def limit
  @limit.to_i if @limit
end

#remainingObject



43
44
45
# File 'lib/transcriptic_kit.rb', line 43

def remaining
  @remaining.to_i if @remaining
end

#reset_atObject

Returns the value of attribute reset_at.



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

def reset_at
  @reset_at
end