Class: DropletKit::RateLimitReached

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

Instance Attribute Summary collapse

Instance Attribute Details

#limitObject



323
324
325
# File 'lib/droplet_kit.rb', line 323

def limit
  @limit&.to_i
end

#remainingObject



327
328
329
# File 'lib/droplet_kit.rb', line 327

def remaining
  @remaining&.to_i
end

#reset_atObject

Returns the value of attribute reset_at.



320
321
322
# File 'lib/droplet_kit.rb', line 320

def reset_at
  @reset_at
end