Class: DropletKit::RateLimitReached

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

Instance Attribute Summary collapse

Instance Attribute Details

#limitObject



175
176
177
# File 'lib/droplet_kit.rb', line 175

def limit
  @limit.to_i if @limit
end

#remainingObject



179
180
181
# File 'lib/droplet_kit.rb', line 179

def remaining
  @remaining.to_i if @remaining
end

#reset_atObject

Returns the value of attribute reset_at.



172
173
174
# File 'lib/droplet_kit.rb', line 172

def reset_at
  @reset_at
end