class TranscripticKit::RateLimitReached

Attributes

limit[W]
remaining[W]
reset_at[RW]

Public Instance Methods

limit() click to toggle source
# File lib/transcriptic_kit.rb, line 39
def limit
  @limit.to_i if @limit
end
remaining() click to toggle source
# File lib/transcriptic_kit.rb, line 43
def remaining
  @remaining.to_i if @remaining
end