Class: DropletKit::RateLimitReached

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

Instance Attribute Summary collapse

Instance Attribute Details

#limitObject

Returns the value of attribute limit.



77
78
79
# File 'lib/droplet_kit.rb', line 77

def limit
  @limit
end

#remainingObject

Returns the value of attribute remaining.



77
78
79
# File 'lib/droplet_kit.rb', line 77

def remaining
  @remaining
end

#reset_atObject

Returns the value of attribute reset_at.



77
78
79
# File 'lib/droplet_kit.rb', line 77

def reset_at
  @reset_at
end